Spaces:
Running
Running
Update node version to 22
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use the Node.js 18 base image
|
| 2 |
-
FROM node:
|
| 3 |
|
| 4 |
# Set the working directory inside the container
|
| 5 |
WORKDIR /ChatGPT-Plugins
|
|
|
|
| 1 |
# Use the Node.js 18 base image
|
| 2 |
+
FROM node:22
|
| 3 |
|
| 4 |
# Set the working directory inside the container
|
| 5 |
WORKDIR /ChatGPT-Plugins
|