Skip to content

Commit 07b1b1b

Browse files
fix: Update alpine packages to fix security vulnerabilities
Signed-off-by: Anurag Rajawat <anurag@stepsecurity.io>
1 parent 2826baf commit 07b1b1b

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
@@ -1,6 +1,6 @@
11
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
22

3-
RUN apk add --no-cache ca-certificates curl bash tar git
3+
RUN apk add --no-cache ca-certificates curl bash tar git && apk upgrade --no-cache zlib libexpat
44

55
COPY src/entrypoint.sh /entrypoint.sh
66
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)