From a28833b5e927995f759104bf2878e5c03e88352d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:47:08 +0000 Subject: [PATCH] Bump pixi version to v0.39.4 (#69) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9aa9570..db11da7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PIXI_VERSION=0.39.3 +ARG PIXI_VERSION=0.39.4 ARG BASE_IMAGE=debian:bookworm-slim FROM --platform=$TARGETPLATFORM ubuntu:24.04 AS builder