Skip to content

Commit

Permalink
Update Node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2022
1 parent e9a0951 commit 52d5b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.19.3-buster AS builder
FROM node:18.5.0-buster AS builder
WORKDIR /data/
RUN chmod -R a+rw /data/
RUN addgroup --gid 1024 nodegroup
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.15.0-buster AS test
FROM node:18.5.0-buster AS test

RUN ["mkdir", "/entrypoint"]
# 2. Install WebKit dependencies
Expand Down

0 comments on commit 52d5b29

Please sign in to comment.