Skip to content

Commit 5f8c489

Browse files
Update to 3.42.5, ghost-cli 1.17.3
1 parent 032682c commit 5f8c489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3/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.17.1
15+
ENV GHOST_CLI_VERSION 1.17.3
1616
RUN set -eux; \
1717
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
1818
npm cache clean --force

3/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.17.1
39+
ENV GHOST_CLI_VERSION 1.17.3
4040
RUN set -eux; \
4141
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
4242
npm cache clean --force

0 commit comments

Comments
 (0)