Skip to content

Commit

Permalink
Merge pull request #83 from datphan/tasks/#81-upgrade-ruby-gem-version
Browse files Browse the repository at this point in the history
@ #81 | use NODE 18.12.0 instead of latest
  • Loading branch information
hoatle authored Jun 27, 2024
2 parents 47b7e4f + c9c929f commit fdb007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-ruby/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=latest
ARG NODE_VERSION=18.12.0
FROM node:${NODE_VERSION}

LABEL authors="hoatle <[email protected]>"
Expand Down

0 comments on commit fdb007d

Please sign in to comment.