From a3eea3b25f14a0b72a9820cbef8580b744e907ed Mon Sep 17 00:00:00 2001 From: pavelzw <29506042+pavelzw@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:07:17 +0000 Subject: [PATCH] Bump pixi version to v0.32.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4839e7e..34b0f9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PIXI_VERSION=0.31.0 +ARG PIXI_VERSION=0.32.1 ARG BASE_IMAGE=debian:bookworm-slim FROM --platform=$TARGETPLATFORM ubuntu:24.04 AS builder