Skip to content

Commit

Permalink
Merge pull request #179 from infosiftr/node-10
Browse files Browse the repository at this point in the history
Move Ghost 2 over to Node.js 10
  • Loading branch information
tianon authored Mar 26, 2019
2 parents ea13fb5 + b20772b commit f0acc26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 2/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://docs.ghost.org/supported-node-versions/
# https://docs.ghost.org/faq/node-versions/
# https://github.com/nodejs/LTS
FROM node:8-alpine
FROM node:10-alpine

# grab su-exec for easy step-down from root
RUN apk add --no-cache 'su-exec>=0.2'
Expand Down
4 changes: 2 additions & 2 deletions 2/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://docs.ghost.org/supported-node-versions/
# https://docs.ghost.org/faq/node-versions/
# https://github.com/nodejs/LTS
FROM node:8-slim
FROM node:10-slim

# grab gosu for easy step-down from root
ENV GOSU_VERSION 1.10
Expand Down

0 comments on commit f0acc26

Please sign in to comment.