diff --git a/Dockerfile b/Dockerfile index f30cba8..e3c2cb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . /app RUN apt-get update && \ apt-get install -y curl gnupg && \ - curl -sL https://deb.nodesource.com/setup_16.x | bash - && \ + curl -sL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs RUN pip install --no-cache-dir -r requirements.txt