Update golang Docker tag to v1.27
Deploy and Push Docker Image / BuildAndPush (push) Successful in 1m46s

This commit is contained in:
2026-08-26 09:03:05 +00:00
parent 5a52aacde1
commit 6ab2a8b3a3
+1 -1
View File
@@ -1,5 +1,5 @@
ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.27-alpine AS builder
# Set working directory
WORKDIR /app