update docker node version

This commit is contained in:
Archeb
2024-06-25 01:35:48 +08:00
parent 492715932c
commit 71d4490164
+1 -1
View File
@@ -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 \