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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-24 13:54:38 +00:00
committed by GitHub
parent 4a9bcd1b82
commit 0089c3a474
+1 -1
View File
@@ -20,7 +20,7 @@ RUN npm run build
######
# Build backend
######
FROM --platform=${BUILDPLATFORM} golang:1.26-alpine AS builder
FROM --platform=${BUILDPLATFORM} golang:1.27-alpine AS builder
# Set the working directory
WORKDIR /build
# Download dependencies