update docker node version

This commit is contained in:
Archeb
2024-06-26 00:48:40 +08:00
parent e775057183
commit 2f1023ac7f
+2 -2
View File
@@ -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 \