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 bd38357 commit d216858Copy full SHA for d216858
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.20.0
+ENV GHOST_CLI_VERSION 1.21.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