We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab5d96 commit 0c083d8Copy full SHA for 0c083d8
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