diff --git a/Dockerfile b/Dockerfile index 7728ab6..fe9d5fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage 2: Copy Build Stage 1 files in to Stage 2. Install chromium dependencies and chromium. -FROM node:18-buster-slim +FROM node:22-buster-slim RUN apt-get update \ && apt-get install -y x11-apps\ && apt-get install -y wget gnupg chromium mesa-va-drivers libva-drm2 libva-x11-2 mesa-utils mesa-utils-extra nodejs npm fonts-noto-color-emoji\