Skip to content

Commit 0bb440b

Browse files
Update to 5.7.0, ghost-cli 1.21.1
1 parent b8bf204 commit 0bb440b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

5/alpine/Dockerfile

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

1313
ENV NODE_ENV production
1414

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

2020
ENV GHOST_INSTALL /var/lib/ghost
2121
ENV GHOST_CONTENT /var/lib/ghost/content
2222

23-
ENV GHOST_VERSION 5.6.0
23+
ENV GHOST_VERSION 5.7.0
2424

2525
RUN set -eux; \
2626
mkdir -p "$GHOST_INSTALL"; \

5/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.21.0
39+
ENV GHOST_CLI_VERSION 1.21.1
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 5.6.0
47+
ENV GHOST_VERSION 5.7.0
4848

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

0 commit comments

Comments
 (0)