Skip to content

Commit 3c0190d

Browse files
committed
Update to Alpine 3.16
1 parent f5591a1 commit 3c0190d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 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/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'

0 commit comments

Comments
 (0)