Skip to content

Commit ecd5118

Browse files
authored
Merge pull request #1 from locohamster/update-to-alpine3.21
Update Dockerfile base image alpine3.20->alpine3.21
2 parents fab52d5 + 53b2329 commit ecd5118

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)