mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 04:52:40 +00:00
Use node 18 in Dockerfile
This commit is contained in:
parent
eeebc7c789
commit
db36ec6002
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ COPY --from=golang:1.19-alpine /usr/local/go/ /usr/local/go/
|
||||||
ENV PATH="/usr/local/go/bin:${PATH}"
|
ENV PATH="/usr/local/go/bin:${PATH}"
|
||||||
|
|
||||||
# Install Node.js
|
# 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 NODE_PATH="/usr/local/lib/node_modules"
|
||||||
ENV PATH="/usr/local/bin:${PATH}"
|
ENV PATH="/usr/local/bin:${PATH}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue