We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a220c4 + cc4723c commit 1d9a479Copy full SHA for 1d9a479
5/alpine/Dockerfile
@@ -1,6 +1,6 @@
1
# https://docs.ghost.org/faq/node-versions/
2
# https://github.com/nodejs/Release (looking for "LTS")
3
-FROM node:18-alpine3.21
+FROM node:20-alpine3.21
4
5
RUN apk add --no-cache \
6
# add "bash" for "[["
5/debian/Dockerfile
-FROM node:18-bookworm-slim
+FROM node:20-bookworm-slim
# grab gosu for easy step-down from root
# https://github.com/tianon/gosu/releases
0 commit comments