Skip to content

Commit

Permalink
chore(deps): update node.js to v18.14.0 (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 17, 2023
1 parent aee4da1 commit 759b91e
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.13.0 as build
FROM docker.io/library/node:18.14.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.13.0-alpine as production
FROM docker.io/library/node:18.14.0-alpine as production
RUN mkdir /peer-server
WORKDIR /peer-server
COPY package.json package-lock.json ./
Expand Down

0 comments on commit 759b91e

Please sign in to comment.