Skip to content

Commit fa49228

Browse files
Update to 5.110.0, ghost-cli 1.27.0
1 parent 6232bd9 commit fa49228

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
@@ -47,7 +47,7 @@ RUN set -eux; \
4747
ENV GHOST_INSTALL /var/lib/ghost
4848
ENV GHOST_CONTENT /var/lib/ghost/content
4949

50-
ENV GHOST_VERSION 5.109.6
50+
ENV GHOST_VERSION 5.110.0
5151

5252
RUN set -eux; \
5353
mkdir -p "$GHOST_INSTALL"; \

5/debian/Dockerfile

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

46-
ENV GHOST_VERSION 5.109.6
46+
ENV GHOST_VERSION 5.110.0
4747

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

0 commit comments

Comments
 (0)