Jofthomas commited on
Commit
3906ef3
·
verified ·
1 Parent(s): 0a1b870

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Base image: Node 16 (LTS)
2
- FROM node:16
3
 
4
  # Create an app directory inside the container
5
  WORKDIR /app
 
1
  # Base image: Node 16 (LTS)
2
+ FROM node:18
3
 
4
  # Create an app directory inside the container
5
  WORKDIR /app