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 250b0b4 + de4d740 commit fec5ed6Copy full SHA for fec5ed6
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.1
+FROM alpine:3.21.2
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