Skip to content

Commit 032682c

Browse files
Update to 4.6.4, ghost-cli 1.17.3
1 parent 989a3bb commit 032682c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

4/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ RUN apk add --no-cache \
1515

1616
ENV NODE_ENV production
1717

18-
ENV GHOST_CLI_VERSION 1.17.1
18+
ENV GHOST_CLI_VERSION 1.17.3
1919
RUN set -eux; \
2020
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
2121
npm cache clean --force
2222

2323
ENV GHOST_INSTALL /var/lib/ghost
2424
ENV GHOST_CONTENT /var/lib/ghost/content
2525

26-
ENV GHOST_VERSION 4.5.0
26+
ENV GHOST_VERSION 4.6.4
2727

2828
RUN set -eux; \
2929
mkdir -p "$GHOST_INSTALL"; \

4/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ 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
4343

4444
ENV GHOST_INSTALL /var/lib/ghost
4545
ENV GHOST_CONTENT /var/lib/ghost/content
4646

47-
ENV GHOST_VERSION 4.5.0
47+
ENV GHOST_VERSION 4.6.4
4848

4949
RUN set -eux; \
5050
mkdir -p "$GHOST_INSTALL"; \

0 commit comments

Comments
 (0)