From b276cae0335e111042c76cf271c450df4c1ae682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:23:41 +0000 Subject: [PATCH] Bump the docker group across 1 directory with 3 updates Bumps the docker group with 3 updates in the / directory: tonistiigi/xx, golang and alpine. Updates `tonistiigi/xx` from 1.6.1 to 1.9.0 Updates `golang` from 1.25-alpine3.23 to 1.26-alpine3.23 Updates `alpine` from 3.23.4 to 3.24.0 --- updated-dependencies: - dependency-name: tonistiigi/xx dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker - dependency-name: golang dependency-version: 1.26-alpine3.23 dependency-type: direct:production dependency-group: docker - dependency-name: alpine dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2965129..c902443 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.5.1 -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0 AS xx -FROM --platform=$BUILDPLATFORM golang:1.25-alpine3.23 AS base +FROM --platform=$BUILDPLATFORM golang:1.26-alpine3.23 AS base ENV GO111MODULE=auto ENV CGO_ENABLED=0 @@ -44,7 +44,7 @@ RUN --mount=from=binary,target=/build \ FROM scratch AS artifact COPY --from=releaser /out / -FROM alpine:3.23.4 +FROM alpine:3.24.0 RUN apk add --update --no-cache ca-certificates tzdata && \ addgroup -g 1001 -S wait4x && \ adduser -S -s /bin/sh -G wait4x -u 10000 wait4x