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 committed May 19, 2022
1 parent 90d175b commit c985f0a
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.1-buster AS builder
FROM node:18.2.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.14.2-buster AS test
FROM node:18.2.0-buster AS test

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

0 comments on commit c985f0a

Please sign in to comment.