Skip to content

Commit

Permalink
update to 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed Feb 21, 2019
1 parent f8cf288 commit 0fa89cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# UPDATE LINES -> 7, 9, 10, 13, 14

FROM node:10.15.1-alpine
FROM node:10.15-alpine

LABEL com.ghost.version="2.14.0" \
LABEL com.ghost.version="2.14.3" \
com.baseimage.version="node:10.15.1-alpine" \
maintainer="FirePress.org Pascal Andy https://firepress.org/en/contact/"

ENV GHOST_VERSION="2.14.0" \
ENV GHOST_VERSION="2.14.3" \
GHOST_CLI_VERSION="1.9.9" \
GHOST_INSTALL="/var/lib/ghost" \
GHOST_CONTENT="/var/lib/ghost/content" \
Expand Down

0 comments on commit 0fa89cc

Please sign in to comment.