Skip to content

Commit 5059237

Browse files
committed
Update Node.js to v14.19.1
1 parent 2200da7 commit 5059237

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
########### Stage 1 ###########
2-
FROM node:14.16.1-alpine as builder
2+
FROM node:14.19.1-alpine as builder
33

44
# Update image
55
RUN apk update
@@ -24,7 +24,7 @@ COPY src /app/src
2424
RUN npm run build
2525

2626
########### Stage 2 ###########
27-
FROM node:14.16.1-alpine
27+
FROM node:14.19.1-alpine
2828
LABEL maintainer="vs4vijay@gmail.com"
2929

3030
WORKDIR /app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/cors": "2.8.10",
7272
"@types/express": "4.17.11",
7373
"@types/jest": "26.0.22",
74-
"@types/node": "14.14.43",
74+
"@types/node": "14.18.12",
7575
"@typescript-eslint/eslint-plugin": "4.22.0",
7676
"@typescript-eslint/parser": "4.22.0",
7777
"eslint": "7.24.0",

0 commit comments

Comments
 (0)