Verified Commit 125084ca authored by Joakim Olsson's avatar Joakim Olsson
Browse files

feat: upgrade to Node 18

parent 2c6ff89a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM node:16
FROM node:18

RUN apt update && \
    apt install -y python3 python3-pip ruby git && \