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 3830ef8 commit bd38357Copy full SHA for bd38357
4/alpine/Dockerfile
@@ -12,7 +12,7 @@ RUN apk add --no-cache \
12
13
ENV NODE_ENV production
14
15
-ENV GHOST_CLI_VERSION 1.19.3
+ENV GHOST_CLI_VERSION 1.20.0
16
RUN set -eux; \
17
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
18
npm cache clean --force
4/debian/Dockerfile
@@ -36,7 +36,7 @@ RUN set -eux; \
36
37
38
39
40
41
42
0 commit comments