From dd51c397a305a8c2b9d3af3649acbe3876ed22a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:57:11 +0000 Subject: [PATCH] fix(deps): update golang docker tag to v1.25.2 --- .devcontainer/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 932f43b..53c1ce0 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.1-trixie +FROM golang:1.25.2-trixie # [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 4e614b3..0807a60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0 AS xx -FROM --platform=$BUILDPLATFORM golang:1.25.1-trixie AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.2-trixie AS builder COPY --from=xx / /