Skip to content

Commit bbe159f

Browse files
fix: Resolve security vulnerabilities
Signed-off-by: Anurag Rajawat <anurag@stepsecurity.io>
1 parent 3079b13 commit bbe159f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
2-
RUN apk add --no-cache curl docker-cli
2+
RUN apk add --no-cache curl docker-cli && apk upgrade --no-cache zlib
33
COPY start-mongodb.sh /start-mongodb.sh
44
RUN chmod +x /start-mongodb.sh
55
ENTRYPOINT ["/start-mongodb.sh"]

0 commit comments

Comments
 (0)