From c8a1659986208e3b13dbb582b7a255fb0dd2239c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:09:03 +0200 Subject: [PATCH] Bump pixi version to v0.25.0 (#29) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef61709..be892a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PIXI_VERSION=0.24.2 +ARG PIXI_VERSION=0.25.0 ARG BASE_IMAGE=debian:bookworm-slim FROM --platform=$TARGETPLATFORM ubuntu:24.04 AS builder