Skip to content

Commit

Permalink
Update to 4.12.1, ghost-cli 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Aug 17, 2021
1 parent 1908a3f commit 8d6ccd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 4/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content

ENV GHOST_VERSION 4.12.0
ENV GHOST_VERSION 4.12.1

RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \
Expand Down
2 changes: 1 addition & 1 deletion 4/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content

ENV GHOST_VERSION 4.12.0
ENV GHOST_VERSION 4.12.1

RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \
Expand Down

0 comments on commit 8d6ccd9

Please sign in to comment.