diff --git a/Dockerfile b/Dockerfile index c6476701..5b6af903 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12 as node +FROM node:23 as node ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update -y && \ apt-get install -y build-essential apt-utils git curl software-properties-common && \