Skip to content

Commit

Permalink
Merge pull request #390 from infosiftr/node-bump
Browse files Browse the repository at this point in the history
Bump node to 18 since 16 is EOL later this month
  • Loading branch information
yosifkit authored Sep 6, 2023
2 parents a023271 + e7e76fa commit 12e4dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 5/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# https://docs.ghost.org/faq/node-versions/
# https://github.com/nodejs/Release (looking for "LTS")
# https://github.com/TryGhost/Ghost/blob/v5.0.0/package.json#L54
FROM node:16-alpine3.17
FROM node:18-alpine3.17

# grab su-exec for easy step-down from root
RUN apk add --no-cache 'su-exec>=0.2'
Expand Down
3 changes: 1 addition & 2 deletions 5/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# https://docs.ghost.org/faq/node-versions/
# https://github.com/nodejs/Release (looking for "LTS")
# https://github.com/TryGhost/Ghost/blob/v4.1.2/package.json#L38
FROM node:16-bullseye-slim
FROM node:18-bullseye-slim

# grab gosu for easy step-down from root
# https://github.com/tianon/gosu/releases
Expand Down

0 comments on commit 12e4dad

Please sign in to comment.