We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef5395 commit 2417e30Copy full SHA for 2417e30
Dockerfile
@@ -10,7 +10,7 @@ ARG TAG
10
RUN CGO_ENABLED=0 GOOS=linux go build -o deck \
11
-ldflags "-s -w -X github.com/kong/deck/cmd.VERSION=$TAG -X github.com/kong/deck/cmd.COMMIT=$COMMIT"
12
13
-FROM alpine:3.22.0
+FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
14
RUN adduser --disabled-password --gecos "" deckuser
15
RUN apk --no-cache add ca-certificates jq
16
USER deckuser
0 commit comments