Skip to content

Commit 434140b

Browse files
authored
Merge pull request #320 from jmaitrehenry/master
Update to 5.4.1
2 parents c4cd83a + 3c0190d commit 434140b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

4/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
RUN apk add --no-cache 'su-exec>=0.2'

5/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
RUN apk add --no-cache 'su-exec>=0.2'
@@ -20,7 +20,7 @@ RUN set -eux; \
2020
ENV GHOST_INSTALL /var/lib/ghost
2121
ENV GHOST_CONTENT /var/lib/ghost/content
2222

23-
ENV GHOST_VERSION 5.3.1
23+
ENV GHOST_VERSION 5.4.1
2424

2525
RUN set -eux; \
2626
mkdir -p "$GHOST_INSTALL"; \

5/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN set -eux; \
4444
ENV GHOST_INSTALL /var/lib/ghost
4545
ENV GHOST_CONTENT /var/lib/ghost/content
4646

47-
ENV GHOST_VERSION 5.3.1
47+
ENV GHOST_VERSION 5.4.1
4848

4949
RUN set -eux; \
5050
mkdir -p "$GHOST_INSTALL"; \

0 commit comments

Comments
 (0)