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 \