Skip to content

Commit 7766a0f

Browse files
committed
Update to 6.0.0-rc.3, ghost-cli 1.28.2
1 parent 4c14143 commit 7766a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

6-rc/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
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 6.0.0-rc.2
50+
ENV GHOST_VERSION 6.0.0-rc.3
5151

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

6-rc/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
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 6.0.0-rc.2
46+
ENV GHOST_VERSION 6.0.0-rc.3
4747

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

0 commit comments

Comments
 (0)