Skip to content

Commit 1d9a479

Browse files
authored
Merge pull request #438 from infosiftr/node
Update to Node 20
2 parents 8a220c4 + cc4723c commit 1d9a479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

5/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://docs.ghost.org/faq/node-versions/
22
# https://github.com/nodejs/Release (looking for "LTS")
3-
FROM node:18-alpine3.21
3+
FROM node:20-alpine3.21
44

55
RUN apk add --no-cache \
66
# add "bash" for "[["

5/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://docs.ghost.org/faq/node-versions/
22
# https://github.com/nodejs/Release (looking for "LTS")
3-
FROM node:18-bookworm-slim
3+
FROM node:20-bookworm-slim
44

55
# grab gosu for easy step-down from root
66
# https://github.com/tianon/gosu/releases

0 commit comments

Comments
 (0)