Skip to content

Commit fa62084

Browse files
Update to 5.18.0, ghost-cli 1.23.1
1 parent 41e4c7c commit fa62084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

5/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN set -eux; \
2020
ENV GHOST_INSTALL /var/lib/ghost
2121
ENV GHOST_CONTENT /var/lib/ghost/content
2222

23-
ENV GHOST_VERSION 5.17.2
23+
ENV GHOST_VERSION 5.18.0
2424

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

5/debian/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN set -eux; \
4444
ENV GHOST_INSTALL /var/lib/ghost
4545
ENV GHOST_CONTENT /var/lib/ghost/content
4646

47-
ENV GHOST_VERSION 5.17.2
47+
ENV GHOST_VERSION 5.18.0
4848

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

0 commit comments

Comments
 (0)