From 2cbdd1438e45d53b79fbb16e5318870b6c9c5b0b Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Tue, 1 Jul 2025 13:40:19 +0530 Subject: [PATCH] Update Dockerfile Update action.yml Update Dockerfile Update action.yml Update action.yml --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e11f2b..171de7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM docker:stable@sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a -RUN apk add --no-cache curl +FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 +RUN apk add --no-cache curl docker-cli COPY start-mongodb.sh /start-mongodb.sh RUN chmod +x /start-mongodb.sh ENTRYPOINT ["/start-mongodb.sh"]