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 2237b8a commit 521da5fCopy full SHA for 521da5f
5/alpine/Dockerfile
@@ -39,7 +39,7 @@ RUN set -eux; ln -svf gosu /usr/local/bin/su-exec; su-exec nobody true # backwar
39
40
ENV NODE_ENV production
41
42
-ENV GHOST_CLI_VERSION 1.28.2
+ENV GHOST_CLI_VERSION 1.28.3
43
RUN set -eux; \
44
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
45
npm cache clean --force
5/debian/Dockerfile
@@ -35,7 +35,7 @@ RUN set -eux; \
35
36
37
38
0 commit comments