From 2e12dd74700ed5e55a77469112c34f4f37927bc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:43:31 +0200 Subject: [PATCH] Bump pixi version to v0.28.0 (#34) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d682a7..3dfc8e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PIXI_VERSION=0.27.1 +ARG PIXI_VERSION=0.28.0 ARG BASE_IMAGE=debian:bookworm-slim FROM --platform=$TARGETPLATFORM ubuntu:24.04 AS builder