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 5f4954b commit adfb263Copy full SHA for adfb263
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/library/node:18.20.1 as build
+FROM docker.io/library/node:18.20.2 as build
2
RUN mkdir /peer-server
3
WORKDIR /peer-server
4
COPY package.json package-lock.json ./
@@ -7,7 +7,7 @@ COPY . ./
7
RUN npm run build
8
RUN npm run test
9
10
-FROM docker.io/library/node:18.20.1-alpine as production
+FROM docker.io/library/node:18.20.2-alpine as production
11
12
13
0 commit comments