From afe7fc289754a7ec10f0e3187357f361f2986387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:51:51 -0300 Subject: [PATCH] chore(deps): update gcr.io/distroless/nodejs20-debian12:latest docker digest to 9f43117 (#324) 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 20b38dc..412a226 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:f912a7599e5338df6527a669def29bddc9469fdac9ab22c4cc9282c1b64c868b AS runtime +FROM gcr.io/distroless/nodejs20-debian12:latest@sha256:9f43117c3e33c3ed49d689e51287a246edef3af0afed51a54dc0a9095b2b3ef9 AS runtime # Set the installation directory and content directory for Ghost ENV GHOST_INSTALL_SRC=/home/nonroot/app/ghost