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 1
1
# https://docs.ghost.org/faq/node-versions/
2
2
# https://github.com/nodejs/Release (looking for "LTS")
3
3
# https://github.com/TryGhost/Ghost/blob/v4.1.2/package.json#L38
4
- FROM node:14-alpine3.15
4
+ FROM node:14-alpine3.16
5
5
6
6
# grab su-exec for easy step-down from root
7
7
RUN apk add --no-cache 'su-exec>=0.2'
Original file line number Diff line number Diff line change 1
1
# https://docs.ghost.org/faq/node-versions/
2
2
# https://github.com/nodejs/Release (looking for "LTS")
3
3
# https://github.com/TryGhost/Ghost/blob/v5.0.0/package.json#L54
4
- FROM node:16-alpine3.15
4
+ FROM node:16-alpine3.16
5
5
6
6
# grab su-exec for easy step-down from root
7
7
RUN apk add --no-cache 'su-exec>=0.2'
@@ -20,7 +20,7 @@ RUN set -eux; \
20
20
ENV GHOST_INSTALL /var/lib/ghost
21
21
ENV GHOST_CONTENT /var/lib/ghost/content
22
22
23
- ENV GHOST_VERSION 5.3 .1
23
+ ENV GHOST_VERSION 5.4 .1
24
24
25
25
RUN set -eux; \
26
26
mkdir -p "$GHOST_INSTALL" ; \
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ RUN set -eux; \
44
44
ENV GHOST_INSTALL /var/lib/ghost
45
45
ENV GHOST_CONTENT /var/lib/ghost/content
46
46
47
- ENV GHOST_VERSION 5.3 .1
47
+ ENV GHOST_VERSION 5.4 .1
48
48
49
49
RUN set -eux; \
50
50
mkdir -p "$GHOST_INSTALL" ; \
You can’t perform that action at this time.
0 commit comments