Skip to content

Commit

Permalink
Update to 0.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed May 2, 2018
1 parent 53e795e commit f0cfbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0/alpine/Dockerfile
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache \
ENV GHOST_SOURCE /usr/src/ghost
WORKDIR $GHOST_SOURCE

ENV GHOST_VERSION 0.11.12
ENV GHOST_VERSION 0.11.13

RUN set -ex; \
\
Expand Down
2 changes: 1 addition & 1 deletion 0/debian/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN set -x \
ENV GHOST_SOURCE /usr/src/ghost
WORKDIR $GHOST_SOURCE

ENV GHOST_VERSION 0.11.12
ENV GHOST_VERSION 0.11.13

RUN set -ex; \
\
Expand Down

0 comments on commit f0cfbd2

Please sign in to comment.