From 67d59d434970d54df67a480a556993d65e7a7a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:17:39 +0000 Subject: [PATCH 1/2] Bump ubuntu from 24.04 to 26.04 Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2092481..f02ee64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG PIXI_VERSION=0.70.0 ARG BASE_IMAGE=debian:bookworm-slim -FROM --platform=$TARGETPLATFORM ubuntu:24.04 AS builder +FROM --platform=$TARGETPLATFORM ubuntu:26.04 AS builder # need to specify the ARG again to make it available in this stage ARG PIXI_VERSION RUN apt-get update && apt-get install -y curl From 15cf7da38fbdf633d1129b71718cce5c40709f8b Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Tue, 2 Jun 2026 10:22:19 +0200 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f02ee64..83509f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG PIXI_VERSION=0.70.0 ARG BASE_IMAGE=debian:bookworm-slim -FROM --platform=$TARGETPLATFORM ubuntu:26.04 AS builder +FROM --platform=$TARGETPLATFORM ubuntu:resolute-20260421@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64 AS builder # need to specify the ARG again to make it available in this stage ARG PIXI_VERSION RUN apt-get update && apt-get install -y curl