From 71d4490164259b07b3ecfaece82b92649df850e0 Mon Sep 17 00:00:00 2001 From: Archeb Date: Tue, 25 Jun 2024 01:35:48 +0800 Subject: [PATCH] update docker node version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ca359d..2bc8f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js 16 image as the base image -FROM node:16 +FROM node:18 RUN chmod 1777 /tmp # Install necessary dependencies for running Chrome RUN apt-get update && apt-get install -y \