From d8d9d180ee665dd5bf15847927978b4ac125adcf Mon Sep 17 00:00:00 2001 From: pavelzw <29506042+pavelzw@users.noreply.github.com> Date: Thu, 21 May 2026 09:51:21 +0000 Subject: [PATCH] Bump pixi version to v0.69.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 535ae24..372548d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PIXI_VERSION=0.68.1 +ARG PIXI_VERSION=0.69.0 ARG BASE_IMAGE=debian:bookworm-slim FROM --platform=$TARGETPLATFORM ubuntu:24.04 AS builder