From 8eac22a46f4c988d36f0780ce8fe648641249527 Mon Sep 17 00:00:00 2001 From: "moore.su" Date: Fri, 30 Jan 2026 16:25:13 +0800 Subject: [PATCH] update: chrome144 & node22 --- image/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/image/Dockerfile b/image/Dockerfile index 2ac3b89..f7019c6 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -1,6 +1,6 @@ -FROM ringcentral/chrome-vnc:chrome119-firefox119 +FROM ringcentral/chrome-vnc:chrome144-firefox145 ENV DISPLAY :99 -ARG NODE_VERSION=20 +ARG NODE_VERSION=22 # #install node @@ -18,7 +18,7 @@ RUN chmod +x /usr/local/bin/dumb-init RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get update && apt-get install -y yarn lame -RUN npm install selenium-standalone -g +RUN npm install selenium-standalone -g # Set Timezone