chore(deps): update node.js to v18.14.2
This commit is contained in:
parent
b0b5c5de5d
commit
b3ef287261
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/node:18.14.1 as build
|
||||
FROM docker.io/library/node:18.14.2 as build
|
||||
RUN mkdir /peer-server
|
||||
WORKDIR /peer-server
|
||||
COPY package.json package-lock.json ./
|
||||
@ -7,7 +7,7 @@ COPY . ./
|
||||
RUN npm run build
|
||||
RUN npm run test
|
||||
|
||||
FROM docker.io/library/node:18.14.1-alpine as production
|
||||
FROM docker.io/library/node:18.14.2-alpine as production
|
||||
RUN mkdir /peer-server
|
||||
WORKDIR /peer-server
|
||||
COPY package.json package-lock.json ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user