From 6af956d5a9841d2491c25d8229f4cf316ab802e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:27:33 +0000 Subject: [PATCH] fix(deps): update golang docker tag to v1.25.0 --- .devcontainer/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0ceedc9..fd2787c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.6-bookworm +FROM golang:1.25.0-bookworm # [Optional] Uncomment the next line to use go get to install anything else you need # RUN go get -x diff --git a/Dockerfile b/Dockerfile index cddbffe..470a2cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx -FROM --platform=$BUILDPLATFORM golang:1.24.6-bookworm AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.0-bookworm AS builder COPY --from=xx / /