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 14be804 commit 48fcbb1Copy full SHA for 48fcbb1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23 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