From 1f0003e969ff8dcf99e94ea6724432521c672b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:03:39 +0000 Subject: [PATCH] Bump the docker group with 3 updates Bumps the docker group with 3 updates: tonistiigi/xx, golang and alpine. Updates `tonistiigi/xx` from 1.6.1 to 1.9.0 Updates `golang` from 1.24-alpine3.22 to 1.26-alpine3.22 Updates `alpine` from 3.22 to 3.23 --- 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.22 dependency-type: direct:production dependency-group: docker - dependency-name: alpine dependency-version: '3.23' 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 daba5a2..1c50a5b 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.24-alpine3.22 AS base +FROM --platform=$BUILDPLATFORM golang:1.26-alpine3.22 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.22 +FROM alpine:3.23 RUN apk add --update --no-cache ca-certificates tzdata COPY --from=binary /wait4x /usr/bin/wait4x