We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5591a1 commit 3c0190dCopy full SHA for 3c0190d
4/alpine/Dockerfile
@@ -1,7 +1,7 @@
1
# https://docs.ghost.org/faq/node-versions/
2
# https://github.com/nodejs/Release (looking for "LTS")
3
# https://github.com/TryGhost/Ghost/blob/v4.1.2/package.json#L38
4
-FROM node:14-alpine3.15
+FROM node:14-alpine3.16
5
6
# grab su-exec for easy step-down from root
7
RUN apk add --no-cache 'su-exec>=0.2'
5/alpine/Dockerfile
# https://github.com/TryGhost/Ghost/blob/v5.0.0/package.json#L54
-FROM node:16-alpine3.15
+FROM node:16-alpine3.16
0 commit comments