Skip to content

Commit 51d8f68

Browse files
authored
Merge pull request #428 from locohamster/master
Update Dockerfile base image alpine3.20->alpine3.21
2 parents fab52d5 + ecd5118 commit 51d8f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.20
3+
FROM node:18-alpine3.21
44

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

0 commit comments

Comments
 (0)