INFRA-1586 | use new node image in docker file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/node:14-alpine as build
|
||||
FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/node:18.15.0-alpine3.16 as build
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN yarn install
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"webpack-build": "webpack --verbose --config webpack.config.js src",
|
||||
"webpack-build": "webpack --mode development --config webpack.config.js",
|
||||
"lint": "eslint \"**/?*.{ts,tsx,js}\"",
|
||||
"lint:fix": "eslint --fix \"**/?*.{ts,tsx,js}\"",
|
||||
"lint:quiet": "yarn lint --quiet",
|
||||
@@ -92,6 +92,6 @@
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=10.2.3",
|
||||
"node": ">=18.19.0"
|
||||
"node": ">=18.15.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user