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 4a090d6 commit a026fcdCopy full SHA for a026fcd
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/nodejs20-debian12:latest@sha256:05c79ce75a5807df4b3dd73467135e153f51ce1ecafd2284d3a06434cc0fd025 AS runtime
+FROM gcr.io/distroless/nodejs20-debian12:latest@sha256:12edf70828313a57d869cc1e26f7ca0291b3b69b7bd0a39de0399d4cf69809a3 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