We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adb48c commit 2f8adf6Copy full SHA for 2f8adf6
Dockerfile
@@ -1,5 +1,5 @@
1
# Build using the minimum supported Golang version (match go.mod)
2
-FROM golang:1.18 as builder
+FROM golang:1.24 as builder
3
4
WORKDIR /build
5
0 commit comments