Parcourir la source

chore: updated frontend and backend Node.JS version to 16 (LTS)

Kristian Vos il y a 3 ans
Parent
commit
b669cfe2f5
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      backend/Dockerfile
  2. 1 1
      frontend/Dockerfile

+ 1 - 1
backend/Dockerfile

@@ -1,4 +1,4 @@
-FROM node:15
+FROM node:16
 
 RUN npm install -g nodemon
 

+ 1 - 1
frontend/Dockerfile

@@ -1,4 +1,4 @@
-FROM node:14
+FROM node:16
 
 RUN apt-get update
 RUN apt-get install nginx -y