Skip to content

Commit

Permalink
Bump to 2.5.0 / 1.9.8 / node 10.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed Nov 12, 2018
1 parent ff50fdc commit e0d0002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
#
# VAR TO UPDATE -> see lines: 8, 12, 13

FROM node:8.12.0-alpine
FROM node:10.13.0-alpine

LABEL maintainer="Pascal Andy | pascalandy.com/blog/now"

ENV GHOST_VERSION="2.2.4" \
GHOST_CLI_VERSION="1.9.6" \
ENV GHOST_VERSION="2.5.0" \
GHOST_CLI_VERSION="1.9.8" \
GHOST_INSTALL="/var/lib/ghost" \
GHOST_CONTENT="/var/lib/ghost/content" \
NODE_ENV="production"
Expand All @@ -27,7 +27,7 @@ RUN set -ex && \
mkdir -p "$GHOST_INSTALL"; \
chown node:node "$GHOST_INSTALL"; \
\
# Install Ghost
# Install Ghost / optional: --verbose
su-exec node ghost install "$GHOST_VERSION" --db sqlite3 --no-prompt --no-stack --no-setup --dir "$GHOST_INSTALL"; \
\
# Tell Ghost to listen on all ips and not prompt for additional configuration
Expand Down

0 comments on commit e0d0002

Please sign in to comment.