Merge pull request #1 from whiteym-au/patch-1

Update Go builder image to 1.25 on Alpine 3.22
This commit is contained in:
Skyline-core 2026-07-22 06:00:20 -06:00 committed by GitHub
commit 711bfcc520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Build stage
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21-alpine3.19 AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25-alpine3.22 AS builder
LABEL maintainer="Khanh Ngo <k@ndk.name>"
ARG BUILDPLATFORM