Skip to content

Commit

Permalink
Merge pull request #425 from infosiftr/alpine3.20
Browse files Browse the repository at this point in the history
Update to Alpine 3.20
  • Loading branch information
yosifkit authored Dec 10, 2024
2 parents 0bbaeca + de8d933 commit 14534b9
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.19
FROM node:18-alpine3.20

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

0 comments on commit 14534b9

Please sign in to comment.