Skip to content

Commit

Permalink
Update Nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
jknipp committed Apr 26, 2024
1 parent 47b20fa commit 19cf1c3
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
Expand Up @@ -2,7 +2,7 @@
FROM ruby:3.2.3
LABEL maintainer="[email protected]"

ENV NODE_VERSION=8.x
ENV NODE_VERSION=20.x
COPY script/install_node.sh /tmp
RUN /tmp/install_node.sh

Expand Down

0 comments on commit 19cf1c3

Please sign in to comment.