Skip to content

Commit

Permalink
chore: node 18 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
enthusiastio authored and minottic committed May 27, 2024
1 parent 500a365 commit 0452f98
Show file tree
Hide file tree
Showing 5 changed files with 15,391 additions and 10,547 deletions.
4 changes: 1 addition & 3 deletions CI/ESS/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM node:14-alpine
FROM node:18-alpine

WORKDIR /home/node/app
COPY package*.json /home/node/app/

RUN chown -R node:node /home/node/app
USER node

RUN npm config set registry http://registry.npmjs.org/
RUN npm config set strict-ssl false
Expand Down
2 changes: 1 addition & 1 deletion CI/ESS/Dockerfile.proxy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:18-alpine
ENV http_proxy "http://192.168.1.1:8123"
ENV https_proxy $http_proxy
ENV no_proxy "localhost, 127.0.0.1"
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM node:14-alpine
FROM node:18-alpine

WORKDIR /home/node/app
RUN chown -R node:node /home/node/app

USER node
COPY package*.json /home/node/app/
COPY . /home/node/app/

Expand Down
Loading

0 comments on commit 0452f98

Please sign in to comment.