From 5e4e30bd4c5177504ca1fb2cabeeac1344d1ea1a Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Fri, 24 Apr 2026 03:10:19 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- server/ops/docker/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/ops/docker/Dockerfile b/server/ops/docker/Dockerfile index 4dddb3d40..a42ec31a4 100644 --- a/server/ops/docker/Dockerfile +++ b/server/ops/docker/Dockerfile @@ -17,7 +17,7 @@ RUN npm install --target_arch=$([ "$TARGETARCH" = "amd64" ] && echo "x64" || ech RUN /usr/local/bin/pkg --targets $NODE-$TARGETOS-$([ "$TARGETARCH" = "amd64" ] && echo "x64" || echo "$TARGETARCH") . -o app.bin ## Vega -FROM --platform=$BUILDPLATFORM ubuntu:noble AS kroki-builder-vega +FROM --platform=$BUILDPLATFORM ubuntu:resolute AS kroki-builder-vega RUN apt-get update && apt-get install --no-install-recommends --yes \ curl \ @@ -90,7 +90,7 @@ RUN npm install --target_arch=$([ "$TARGETARCH" = "amd64" ] && echo "x64" || ech RUN /usr/local/bin/pkg --targets $NODE-$TARGETOS-$([ "$TARGETARCH" = "amd64" ] && echo "x64" || echo "$TARGETARCH") . -o app.bin ## Symbolator -FROM ubuntu:noble AS kroki-builder-static-symbolator +FROM ubuntu:resolute AS kroki-builder-static-symbolator # Build from forked source because upstream is broken for the latest python3 versions ARG SYMBOLATOR_VERSION=1.2.2 @@ -118,7 +118,7 @@ RUN python3 -m pip install --break-system-packages --upgrade ${SYMBOLATOR_SOURCE RUN python3 -m nuitka --onefile `which symbolator` --include-module=gi.overrides.Pango --include-module=gi._gi_cairo ## Pikchr -FROM ubuntu:noble AS kroki-builder-static-pikchr +FROM ubuntu:resolute AS kroki-builder-static-pikchr ARG PIKCHR_VERSION=85e65b968651b342c46e6334f4772b45d6cbb4317c5cbaa95d207779a50c6709