feat: upgrade to Node 18

This commit is contained in:
2023-02-22 13:02:39 +01:00
parent 2c6ff89a47
commit 125084cab6
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18
RUN apt update && \
apt install -y python3 python3-pip ruby git && \