File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ RUN apk add --no-cache \
1515
1616ENV NODE_ENV production
1717
18- ENV GHOST_CLI_VERSION 1.17.1
18+ ENV GHOST_CLI_VERSION 1.17.3
1919RUN set -eux; \
2020 npm install -g "ghost-cli@$GHOST_CLI_VERSION" ; \
2121 npm cache clean --force
2222
2323ENV GHOST_INSTALL /var/lib/ghost
2424ENV GHOST_CONTENT /var/lib/ghost/content
2525
26- ENV GHOST_VERSION 4.5.0
26+ ENV GHOST_VERSION 4.6.4
2727
2828RUN set -eux; \
2929 mkdir -p "$GHOST_INSTALL" ; \
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ RUN set -eux; \
3636
3737ENV NODE_ENV production
3838
39- ENV GHOST_CLI_VERSION 1.17.1
39+ ENV GHOST_CLI_VERSION 1.17.3
4040RUN set -eux; \
4141 npm install -g "ghost-cli@$GHOST_CLI_VERSION" ; \
4242 npm cache clean --force
4343
4444ENV GHOST_INSTALL /var/lib/ghost
4545ENV GHOST_CONTENT /var/lib/ghost/content
4646
47- ENV GHOST_VERSION 4.5.0
47+ ENV GHOST_VERSION 4.6.4
4848
4949RUN set -eux; \
5050 mkdir -p "$GHOST_INSTALL" ; \
You can’t perform that action at this time.
0 commit comments