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 \