Skip to content

Commit 0749ac3

Browse files
Merge pull request #113 from step-security/Raj-StepSecurity-patch-2
feat: Update Dockerfile
2 parents b075d4a + 6ee3bc9 commit 0749ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM docker:stable@sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a
2-
RUN apk add --no-cache curl
1+
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
2+
RUN apk add --no-cache curl docker-cli
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)