update node version

This commit is contained in:
SrGooglo 2024-02-07 00:59:24 +01:00
parent 2954de2914
commit fd569e9eeb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:16-bullseye-slim
FROM node:20-bullseye-slim
RUN apt update
RUN apt install build-essential -y