From 2fdffc0fc7664645b68f6e37ae39dce562a68fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:54:49 +0000 Subject: [PATCH] build(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 43a7014e..cb8a9e94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY web ./ COPY cmd/control-plane /src/cmd/control-plane RUN npm run build:embed -FROM golang:1.26-alpine@sha256:0178a641fbb4858c5f1b48e34bdaabe0350a330a1b1149aabd498d0699ff5fb2 AS control-plane-builder +FROM golang:1.27-alpine@sha256:4c9fe60190a2a3350ddc51de80d0224b8a6698d12bdfc999fee45ea9d6c46dbc AS control-plane-builder WORKDIR /src # modernc.org/sqlite is pure-Go, so we build with CGO disabled — drops