We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8c23a commit da41fd9Copy full SHA for da41fd9
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
# Set the working directory
5
WORKDIR /build
6
# Copy the current directory contents into the working directory
0 commit comments