We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2200da7 commit 5059237Copy full SHA for 5059237
Dockerfile
@@ -1,5 +1,5 @@
1
########### Stage 1 ###########
2
-FROM node:14.16.1-alpine as builder
+FROM node:14.19.1-alpine as builder
3
4
# Update image
5
RUN apk update
@@ -24,7 +24,7 @@ COPY src /app/src
24
RUN npm run build
25
26
########### Stage 2 ###########
27
-FROM node:14.16.1-alpine
+FROM node:14.19.1-alpine
28
LABEL maintainer="vs4vijay@gmail.com"
29
30
WORKDIR /app
package.json
@@ -71,7 +71,7 @@
71
"@types/cors": "2.8.10",
72
"@types/express": "4.17.11",
73
"@types/jest": "26.0.22",
74
- "@types/node": "14.14.43",
+ "@types/node": "14.18.12",
75
"@typescript-eslint/eslint-plugin": "4.22.0",
76
"@typescript-eslint/parser": "4.22.0",
77
"eslint": "7.24.0",
0 commit comments