chore(deps): bump golang in the container-images group

Bumps the container-images group with 1 update: golang.


Updates `golang` from 1.26-alpine to 1.27-alpine

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.27-alpine
  dependency-type: direct:production
  dependency-group: container-images
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-23 19:42:46 +00:00
committed by GitHub
parent 95b27af600
commit 084abcfa83
+1 -1
View File
@@ -26,7 +26,7 @@ RUN npm run build
# ---- Stage 2: Build backend ----
FROM golang:1.26-alpine AS server-builder
FROM golang:1.27-alpine AS server-builder
ARG USE_CHINA_MIRROR
ARG VERSION=dev