Skip to content

Commit

Permalink
chore(deps): update node.js to v18.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 18b374a commit f10e69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:18.16.0 as build
FROM docker.io/library/node:18.17.0 as build
RUN mkdir /peer-server
WORKDIR /peer-server
COPY package.json package-lock.json ./
Expand All @@ -7,7 +7,7 @@ COPY . ./
RUN npm run build
RUN npm run test

FROM docker.io/library/node:18.16.0-alpine as production
FROM docker.io/library/node:18.17.0-alpine as production
RUN mkdir /peer-server
WORKDIR /peer-server
COPY package.json package-lock.json ./
Expand Down

0 comments on commit f10e69a

Please sign in to comment.