Skip to content

Commit

Permalink
chore(deps): update node.js to v18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent cda5191 commit 6c83b56
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.17.1 as build
FROM docker.io/library/node:18.18.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.17.1-alpine as production
FROM docker.io/library/node:18.18.0-alpine as production
RUN mkdir /peer-server
WORKDIR /peer-server
COPY package.json package-lock.json ./
Expand Down

0 comments on commit 6c83b56

Please sign in to comment.