From c51fa99036f5ebe384e32cf78d8d09e0285c580a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 08:17:25 +0100 Subject: [PATCH] Bump pixi version to v0.15.1 (#2) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc74958..d6d6865 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PIXI_VERSION=0.14.0 +ARG PIXI_VERSION=0.15.1 ARG BASE_IMAGE=debian:bookworm-slim FROM --platform=$TARGETPLATFORM ubuntu:22.04 AS builder