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.
2 parents bc7a93e + 1c8a492 commit 5d3c716Copy full SHA for 5d3c716
Dockerfile
@@ -11,7 +11,7 @@ RUN git rev-parse --short HEAD
11
RUN GIT_COMMIT=$(git rev-parse --short HEAD) && \
12
CGO_ENABLED=0 go build -o app -ldflags "-X main.GitCommit=${GIT_COMMIT}"
13
14
-FROM alpine:3.21.3
+FROM alpine:3.22.0
15
RUN apk --no-cache add ca-certificates
16
ENV HOME /root
17
WORKDIR /app
Dockerfile.dist
@@ -1,4 +1,4 @@
1
2
LABEL maintainer="Andy Lo-A-Foe <[email protected]>"
3
4
0 commit comments