We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaf029 commit fc2e067Copy full SHA for fc2e067
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.23 as builder
3
4
WORKDIR /build
5
0 commit comments