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 39f643c commit bae782cCopy full SHA for bae782c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23-alpine3.20 as builder
+FROM golang:1.24-alpine3.20 as builder
2
COPY . /src
3
WORKDIR /src/cmd
4
RUN apk add --no-cache git ca-certificates && \
0 commit comments