There was an error while loading. Please reload this page.
2 parents 4137d21 + 753c026 commit 78edbf3Copy full SHA for 78edbf3
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE_IMAGE_BUILDER=golang
2
ARG ALPINE_VERSION=3.20
3
-ARG GO_VERSION=1.21
+ARG GO_VERSION=1.23
4
5
FROM ${BASE_IMAGE_BUILDER}:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
6
ARG GOARCH=amd64
0 commit comments