From cdad9533f42fecca6f25109196987bb20263855f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 01:03:02 +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 8d57e18..dea54f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # `glabs-web` at `./cmd/glabs-web`); this image builds ONLY the web server. # The mail templates are embedded via //go:embed (web/mail/tmpl), so no assets # need to be copied into the runtime stage. -FROM golang:1.26-alpine AS builder +FROM golang:1.27-alpine AS builder WORKDIR /src # Version metadata, passed by docker.yml from the release tag (mirrors the