Skip to content

Commit d216858

Browse files
Update to 4.47.4, ghost-cli 1.21.0
1 parent bd38357 commit d216858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

4/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk add --no-cache \
1212

1313
ENV NODE_ENV production
1414

15-
ENV GHOST_CLI_VERSION 1.20.0
15+
ENV GHOST_CLI_VERSION 1.21.0
1616
RUN set -eux; \
1717
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
1818
npm cache clean --force

4/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN set -eux; \
3636

3737
ENV NODE_ENV production
3838

39-
ENV GHOST_CLI_VERSION 1.20.0
39+
ENV GHOST_CLI_VERSION 1.21.0
4040
RUN set -eux; \
4141
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
4242
npm cache clean --force

0 commit comments

Comments
 (0)