Skip to content

Commit 88b4485

Browse files
committed
docker: update node version to 20.20.0
1 parent 48918de commit 88b4485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/erp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20 AS deps
1+
FROM node:20.20.0 AS deps
22
WORKDIR /repo
33
# Install specific npm version
44
RUN npm install -g npm@10.8.2

apps/mes/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20 AS deps
1+
FROM node:20.20.0 AS deps
22
WORKDIR /repo
33
# Install specific npm version
44
RUN npm install -g npm@10.8.2

0 commit comments

Comments
 (0)