Skip to content

Commit acc6db2

Browse files
authored
Merge pull request #153 from step-security/fix/vulnerability
fix: fixed docker vulnerabilities
2 parents 248506e + 220b80d commit acc6db2

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,4 +1,4 @@
1-
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
1+
FROM alpine:3.22.2@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
22
RUN apk add --no-cache curl docker-cli
33
COPY start-mongodb.sh /start-mongodb.sh
44
RUN chmod +x /start-mongodb.sh

0 commit comments

Comments
 (0)