From b0887ff930610d805c1d8aa5893e21e04eef625e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:19:48 -0300 Subject: [PATCH] chore(deps): update gcr.io/distroless/nodejs20-debian12:latest docker digest to a6c0e95 (#344) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 124ec25..580ee8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN mv -v $GHOST_CONTENT $GHOST_CONTENT_ORIGINAL && \ chmod -v 1755 $GHOST_CONTENT # Stage 2: Final Image -FROM gcr.io/distroless/nodejs20-debian12:latest@sha256:203bf034b174d1d5fd5522af197df29ed0956d2c72d9733ae75145f3f4c231bc AS runtime +FROM gcr.io/distroless/nodejs20-debian12:latest@sha256:a6c0e95f6f70fb21586757a846d8b8d287609f2414bcc2399895adb055768648 AS runtime # Set the installation directory and content directory for Ghost ENV GHOST_INSTALL_SRC=/home/nonroot/app/ghost