Explorar o código

Update node version for hapi (#7249)

JaeHyeok Kim %!s(int64=3) %!d(string=hai) anos
pai
achega
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 ./ ./