ngoctuanai commited on
Commit
30cb7d0
·
verified ·
1 Parent(s): d5e534d

Update node version to 22

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the Node.js 18 base image
2
- FROM node:18
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