We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6f43d commit 8073f3eCopy full SHA for 8073f3e
Dockerfile
@@ -1,6 +1,6 @@
1
ARG VERSION="dev"
2
3
-FROM golang:1.23.7 AS build
+FROM golang:1.24.2 AS build
4
# allow this step access to build arg
5
ARG VERSION
6
# Set the working directory
0 commit comments