Update Node.js to v20

This commit is contained in:
Soapbox Bot
2023-04-20 21:04:44 +00:00
parent fc6eba91ac
commit 65bab5e786
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:18
FROM node:20
RUN apt-get update &&\
apt-get install -y inotify-tools &&\