Skip to content

Commit

Permalink
Update Dockerfile base image alpine3.20->alpine3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
locohamster authored Jan 5, 2025
1 parent fab52d5 commit 53b2329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://docs.ghost.org/faq/node-versions/
# https://github.com/nodejs/Release (looking for "LTS")
FROM node:18-alpine3.20
FROM node:18-alpine3.21

RUN apk add --no-cache \
# add "bash" for "[["
Expand Down

0 comments on commit 53b2329

Please sign in to comment.