Skip to content

Commit

Permalink
Update to 1.22.5, ghost-cli 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed May 1, 2018
1 parent 7eb6348 commit 53e795e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 1/alpine/Dockerfile
Expand Up @@ -11,13 +11,13 @@ RUN apk add --no-cache \

ENV NODE_ENV production

ENV GHOST_CLI_VERSION 1.7.1
ENV GHOST_CLI_VERSION 1.7.2
RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION"

ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content

ENV GHOST_VERSION 1.22.4
ENV GHOST_VERSION 1.22.5

RUN set -ex; \
mkdir -p "$GHOST_INSTALL"; \
Expand Down
4 changes: 2 additions & 2 deletions 1/debian/Dockerfile
Expand Up @@ -16,13 +16,13 @@ RUN set -x \

ENV NODE_ENV production

ENV GHOST_CLI_VERSION 1.7.1
ENV GHOST_CLI_VERSION 1.7.2
RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION"

ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content

ENV GHOST_VERSION 1.22.4
ENV GHOST_VERSION 1.22.5

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

0 comments on commit 53e795e

Please sign in to comment.