From c411cf76e8849d39f5a96a8fd45f7a0ba16aaad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 13:34:29 +0000 Subject: [PATCH] chore(deps): bump golang from 1.26-alpine to 1.27-alpine Bumps golang from 1.26-alpine to 1.27-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.27-alpine 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 85311f2..0abb48e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Built natively for the build platform and cross-compiled, so a multi-arch build does # not run the Go toolchain under emulation. -FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.27-alpine AS builder ARG TARGETOS ARG TARGETARCH ARG VERSION=dev