From 608af15f4364eb57c6cb8c23e72007252309eecc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:10:20 +0200 Subject: [PATCH] Bump pixi version to v0.24.2 (#27) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06d47e5..ef61709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PIXI_VERSION=0.24.1 +ARG PIXI_VERSION=0.24.2 ARG BASE_IMAGE=debian:bookworm-slim FROM --platform=$TARGETPLATFORM ubuntu:24.04 AS builder