Przeglądaj źródła

Update node version for hapi (#6820)

JaeHyeok Kim 3 lat temu
rodzic
commit
875a1584ae

+ 1 - 1
frameworks/JavaScript/hapi/README.md

@@ -12,7 +12,7 @@ This is the Hapi portion of a [benchmarking test suite](../) comparing a variety
 
 ## Infrastructure Software Versions
 The tests were run with:
-* [Node.js v14.15.1](http://nodejs.org/)
+* [Node.js v16.9.1](http://nodejs.org/)
 * [Hapi 20.1.0](http://hapijs.com/)
 
 ## Resources

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

@@ -1,4 +1,4 @@
-FROM node:14.15.1-slim
+FROM node:16.9.1-slim
 
 COPY ./ ./
 

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

@@ -1,4 +1,4 @@
-FROM node:14.15.1-slim
+FROM node:16.9.1-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:14.15.1-slim
+FROM node:16.9.1-slim
 
 COPY ./ ./
 

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

@@ -1,4 +1,4 @@
-FROM node:14.15.1-slim
+FROM node:16.9.1-slim
 
 COPY ./ ./