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:
commit
711bfcc520
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue