Skip to content

Commit

Permalink
Use node 18 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiceli committed Apr 7, 2023
1 parent eeebc7c commit db36ec6
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 @@ -20,7 +20,7 @@ COPY --from=golang:1.19-alpine /usr/local/go/ /usr/local/go/
ENV PATH="/usr/local/go/bin:${PATH}"

# Install Node.js
COPY --from=node:16-alpine /usr/local/ /usr/local/
COPY --from=node:18-alpine /usr/local/ /usr/local/
ENV NODE_PATH="/usr/local/lib/node_modules"
ENV PATH="/usr/local/bin:${PATH}"

Expand Down

0 comments on commit db36ec6

Please sign in to comment.