From 10cc66b787e766cabf5bddd0efa498af86dc4d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 17:04:28 +0000 Subject: [PATCH] chore(deps): bump golang from 1.26.1-trixie to 1.27rc2-trixie Bumps golang from 1.26.1-trixie to 1.27rc2-trixie. --- updated-dependencies: - dependency-name: golang dependency-version: 1.27rc2-trixie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df16306..eb72f79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the app -FROM --platform=$BUILDPLATFORM golang:1.26.1-trixie AS builder +FROM --platform=$BUILDPLATFORM golang:1.27rc2-trixie AS builder ARG TARGETOS ARG TARGETARCH ARG VERSION