From 53a0796880124d7b0fe8f108d39a5017e27c4b36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:27:37 +0000 Subject: [PATCH] fix(deps): update golang docker tag to v1.26.2 --- .devcontainer/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f723745..c589c4f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.1-trixie +FROM golang:1.26.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 3f1a1c6..76edac9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0 AS xx -FROM --platform=$BUILDPLATFORM golang:1.26.1-trixie AS builder +FROM --platform=$BUILDPLATFORM golang:1.26.2-trixie AS builder COPY --from=xx / /