update docker node version
This commit is contained in:
+2
-2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user