From 5b27c9c726e80cd2cdd52e9a74a5a9ec7a6fe68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:31:10 +0000 Subject: [PATCH] Bump the docker group across 1 directory with 2 updates Bumps the docker group with 2 updates in the / directory: tonistiigi/xx and golang. Updates `tonistiigi/xx` from 1.6.1 to 1.9.0 Updates `golang` from 1.25-alpine3.23 to 1.26-alpine3.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.23 dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 74630d3..d5c3799 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