We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c9139 commit b7a247cCopy full SHA for b7a247c
Dockerfile
@@ -44,7 +44,7 @@ RUN mv -v $GHOST_CONTENT $GHOST_CONTENT_ORIGINAL && \
44
chmod -v 1755 $GHOST_CONTENT
45
46
# Stage 2: Final Image
47
-FROM gcr.io/distroless/nodejs22-debian12:latest@sha256:3732180ba4a39101bd95b7105ef0c47526c197d6c29c6d48f7059a647a4064a5 AS runtime
+FROM gcr.io/distroless/nodejs22-debian12:latest@sha256:33a071f11d6d35fd5edc4f9ce2f41efa1e4a59b49894c545ca43456c27ab7eaa AS runtime
48
49
# Set the installation directory and content directory for Ghost
50
ENV GHOST_INSTALL_SRC=/home/nonroot/app/ghost
0 commit comments