upgrade deps (#6)

This commit is contained in:
JannikStreek
2023-12-30 16:49:13 +01:00
committed by GitHub
parent 3595636451
commit 3e23f40bd6
6 changed files with 9470 additions and 6118 deletions

View File

@ -1,4 +1,4 @@
FROM node:18-bullseye-slim as base
FROM node:20-bullseye-slim as base
RUN apt-get update && apt-get install -y make g++ python3
RUN ln -sf /usr/bin/python3 /usr/bin/python