Skip to content

Commit

Permalink
Ghost updated to version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmornati committed Nov 10, 2018
1 parent de62603 commit 3146861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROM node:10-alpine as ghost-builder

ENV GHOST_VERSION="2.4.0" \
ENV GHOST_VERSION="2.5.0" \
GHOST_INSTALL="/var/lib/ghost" \
GHOST_CONTENT="/var/lib/ghost/content" \
GHOST_USER="node"
Expand Down Expand Up @@ -58,7 +58,7 @@ RUN set -eux && \
FROM node:10-alpine
LABEL maintainer="Marco Mornati <marco@mornati.net>"

ENV GHOST_VERSION="2.4.0" \
ENV GHOST_VERSION="2.5.0" \
GHOST_INSTALL="/var/lib/ghost" \
GHOST_CONTENT="/var/lib/ghost/content" \
GHOST_USER="node" \
Expand Down

0 comments on commit 3146861

Please sign in to comment.