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