build(deps): bump golang from 1.26-alpine to 1.27-alpine (#900)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-08-30 11:11:39 -07:00
committed by GitHub
parent 0e7d6a8593
commit 2a7aeb8959
+1 -1
View File
@@ -1,7 +1,7 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0 AS xx
# hadolint global ignore=DL3018
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.27-alpine AS builder
WORKDIR /app
# Install build dependencies