Skip to content

Commit 2417e30

Browse files
chore(deps): update alpine docker tag to v3.23.3 (#1918)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ef5395 commit 2417e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG TAG
1010
RUN CGO_ENABLED=0 GOOS=linux go build -o deck \
1111
-ldflags "-s -w -X github.com/kong/deck/cmd.VERSION=$TAG -X github.com/kong/deck/cmd.COMMIT=$COMMIT"
1212

13-
FROM alpine:3.22.0
13+
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
1414
RUN adduser --disabled-password --gecos "" deckuser
1515
RUN apk --no-cache add ca-certificates jq
1616
USER deckuser

0 commit comments

Comments
 (0)