Skip to content

Commit

Permalink
build: update node version in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Jun 5, 2024
1 parent 4415cd2 commit 175a8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:20
WORKDIR /mnt/builder

RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/bergamot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:20
WORKDIR /mnt/bergamot

# Install system deps
Expand Down

0 comments on commit 175a8a1

Please sign in to comment.