Skip to content

Commit

Permalink
Correctly set Node version in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Nov 2, 2023
1 parent 68d07e6 commit 9fbedfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_JS_VERSION=18
ARG NODE_JS_VERSION=${NODE_JS_VERSION:-18}
FROM node:${NODE_JS_VERSION}

ARG BUILDER_UID=1000
Expand Down

0 comments on commit 9fbedfd

Please sign in to comment.