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 7e3938a commit 33b0701Copy full SHA for 33b0701
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22 AS build
+FROM golang:1.24 AS build
2
WORKDIR /go/src
3
COPY . /go/src
4
RUN GIT_COMMIT=$(git rev-parse HEAD) && \
0 commit comments