Skip to content

Commit

Permalink
Dockerfile: lock to node 14 and npm 7
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Apr 12, 2023
1 parent 012604a commit 58f9126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:16
FROM node:14

LABEL maintainer="mangoweb"

ARG VERSION=master
RUN npm install --unsafe-perm -g https://github.com/manGoweb/mango-cli.git#$VERSION
RUN npm install -g npm@7 && npm install -g https://github.com/manGoweb/mango-cli.git#$VERSION

# Optional development test step
# RUN (cd /usr/local/lib/node_modules/mango-cli && npm install-test)
Expand Down

0 comments on commit 58f9126

Please sign in to comment.