Skip to content

Commit

Permalink
Updated Node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Apr 2, 2024
1 parent 8d19274 commit 15ee4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19-alpine
FROM node:lts-alpine
RUN apk update && apk add bash && apk add zip && apk add unzip && apk add tar && apk add graphicsmagick

WORKDIR /www
Expand Down

0 comments on commit 15ee4e9

Please sign in to comment.