Skip to content

Commit

Permalink
Merge pull request #428 from locohamster/master
Browse files Browse the repository at this point in the history
Update Dockerfile base image alpine3.20->alpine3.21
  • Loading branch information
tianon authored Jan 8, 2025
2 parents fab52d5 + ecd5118 commit 51d8f68
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 51d8f68

Please sign in to comment.