AnthoneoJ commited on
Commit
b141afb
·
1 Parent(s): a839f47

update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # ==== CONFIGURE =====
2
- # Use a Node 16 base image
3
- FROM node:16
4
  # Set the working directory to /code inside the container
5
  WORKDIR /code
6
  # Copy app files
 
1
  # ==== CONFIGURE =====
2
+ # Use a Node 18 base image
3
+ FROM node:18
4
  # Set the working directory to /code inside the container
5
  WORKDIR /code
6
  # Copy app files