Skip to content

Commit

Permalink
bump to 2.12.0 / CLI 1.9.9 / node 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed Jan 23, 2019
1 parent b7bae42 commit f24c1cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# Forked from https://github.com/docker-library/ghost/blob/2f6ac6c7770e428a4a50d23d46ec470d5e727456/1/alpine/Dockerfile
# https://docs.ghost.org/supported-node-versions/ | https://github.com/nodejs/LTS
#
# VAR TO UPDATE -> lines: 7, 11, 12
# VAR TO UPDATE -> lines: 7, 11, 12

FROM node:10.14-alpine
FROM node:10.15-alpine

LABEL maintainer="Pascal Andy | https://pascalandy.com/"

ENV GHOST_VERSION="2.9.1" \
GHOST_CLI_VERSION="1.9.8" \
ENV GHOST_VERSION="2.12.0" \
GHOST_CLI_VERSION="1.9.9" \
GHOST_INSTALL="/var/lib/ghost" \
GHOST_CONTENT="/var/lib/ghost/content" \
NODE_ENV="production"

RUN set -ex && \
apk --update --no-cache add 'su-exec>=0.2' \
apk --update --no-cache add 'su-exec>=0.2' \
bash curl tini ca-certificates && \
update-ca-certificates && \
rm -rf /var/cache/apk/*;
Expand Down

0 comments on commit f24c1cf

Please sign in to comment.