Browse Source

Update node version for hapi (#7249)

JaeHyeok Kim 3 years ago
parent
commit
cf7259c158

+ 1 - 1
frameworks/JavaScript/hapi/hapi-mysql.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.13.0-slim
+FROM node:16.14.2-slim
 
 COPY ./ ./
 

+ 1 - 1
frameworks/JavaScript/hapi/hapi-nginx.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.13.0-slim
+FROM node:16.14.2-slim
 
 RUN apt-get update
 RUN apt-get install nginx -y

+ 1 - 1
frameworks/JavaScript/hapi/hapi-postgres.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.13.0-slim
+FROM node:16.14.2-slim
 
 COPY ./ ./
 

+ 1 - 1
frameworks/JavaScript/hapi/hapi.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.13.0-slim
+FROM node:16.14.2-slim
 
 COPY ./ ./