Skip to content

Commit f603693

Browse files
committed
bump docker go-version to v1.23
1 parent 823fd05 commit f603693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the Go project
2-
FROM golang:1.22-alpine3.19 AS go-builder
2+
FROM golang:1.23-alpine3.20 AS go-builder
33

44
# Use build arguments for the target architecture
55
ARG TARGETARCH

0 commit comments

Comments
 (0)