Skip to content

Commit

Permalink
Merge pull request #398 from infosiftr/alpine3.19
Browse files Browse the repository at this point in the history
Update to Alpine 3.19
  • Loading branch information
tianon authored Dec 14, 2023
2 parents 6165dce + 123735d commit 78e4344
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.17
FROM node:18-alpine3.19

# grab su-exec for easy step-down from root
RUN apk add --no-cache 'su-exec>=0.2'
Expand Down

0 comments on commit 78e4344

Please sign in to comment.