File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# https://docs.ghost.org/faq/node-versions/
22# https://github.com/nodejs/Release (looking for "LTS")
33# https://github.com/TryGhost/Ghost/blob/v4.1.2/package.json#L38
4- FROM node:14-alpine3.15
4+ FROM node:14-alpine3.16
55
66# grab su-exec for easy step-down from root
77RUN apk add --no-cache 'su-exec>=0.2'
Original file line number Diff line number Diff line change 11# https://docs.ghost.org/faq/node-versions/
22# https://github.com/nodejs/Release (looking for "LTS")
33# https://github.com/TryGhost/Ghost/blob/v5.0.0/package.json#L54
4- FROM node:16-alpine3.15
4+ FROM node:16-alpine3.16
55
66# grab su-exec for easy step-down from root
77RUN apk add --no-cache 'su-exec>=0.2'
@@ -20,7 +20,7 @@ RUN set -eux; \
2020ENV GHOST_INSTALL /var/lib/ghost
2121ENV GHOST_CONTENT /var/lib/ghost/content
2222
23- ENV GHOST_VERSION 5.3 .1
23+ ENV GHOST_VERSION 5.4 .1
2424
2525RUN set -eux; \
2626 mkdir -p "$GHOST_INSTALL" ; \
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ RUN set -eux; \
4444ENV GHOST_INSTALL /var/lib/ghost
4545ENV GHOST_CONTENT /var/lib/ghost/content
4646
47- ENV GHOST_VERSION 5.3 .1
47+ ENV GHOST_VERSION 5.4 .1
4848
4949RUN set -eux; \
5050 mkdir -p "$GHOST_INSTALL" ; \
You can’t perform that action at this time.
0 commit comments