Skip to content

Commit 2cbdd14

Browse files
Update Dockerfile
Update action.yml Update Dockerfile Update action.yml Update action.yml
1 parent 7ee3dc4 commit 2cbdd14

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)