diff --git a/Dockerfile b/Dockerfile index a72ff580..1de02ee3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12@sha256:01627afeb110b3054ba4a1405541ca095c8bfca1cb6f2be9479c767a2711879e as node +FROM node:26@sha256:e3ffe0cbaeebdcddbfe1ee7bca9b564a92863a8386d5b99a3d72677b3667b61d as node ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update -y && \ apt-get install -y build-essential apt-utils git curl software-properties-common && \