From 2f1023ac7f3a2d094d38a7e53fed85b1276ac6cf Mon Sep 17 00:00:00 2001 From: Archeb Date: Wed, 26 Jun 2024 00:48:40 +0800 Subject: [PATCH] update docker node version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2bc8f72..bf5e297 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use the official Node.js 16 image as the base image -FROM node:18 +# Use the official Node.js 20 image as the base image +FROM node:20 RUN chmod 1777 /tmp # Install necessary dependencies for running Chrome RUN apt-get update && apt-get install -y \