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 64870a7 commit fbd24a1Copy full SHA for fbd24a1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21 AS build
+FROM golang:1.23 AS build
2
WORKDIR /go/src
3
COPY . /go/src
4
RUN GIT_COMMIT=$(git rev-parse HEAD) && \
0 commit comments