Skip to content

Commit adfb263

Browse files
chore(deps): update node.js to v18.20.2
1 parent 5f4954b commit adfb263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:18.20.1 as build
1+
FROM docker.io/library/node:18.20.2 as build
22
RUN mkdir /peer-server
33
WORKDIR /peer-server
44
COPY package.json package-lock.json ./
@@ -7,7 +7,7 @@ COPY . ./
77
RUN npm run build
88
RUN npm run test
99

10-
FROM docker.io/library/node:18.20.1-alpine as production
10+
FROM docker.io/library/node:18.20.2-alpine as production
1111
RUN mkdir /peer-server
1212
WORKDIR /peer-server
1313
COPY package.json package-lock.json ./

0 commit comments

Comments
 (0)