Skip to content

Commit 6531971

Browse files
authored
Update Express.js (node v16) (#6817)
* Update node version for express * Update README for express
1 parent 8745f67 commit 6531971

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

frameworks/JavaScript/express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is the Express portion of a [benchmarking test suite](../) comparing a vari
1212

1313
## Infrastructure Software Versions
1414
The tests were run with:
15-
* [Node.js v14.17.5](http://nodejs.org/)
15+
* [Node.js v16.9.1](http://nodejs.org/)
1616
* [Express 4.17.1](http://expressjs.com/)
1717

1818
## Resources

frameworks/JavaScript/express/express-mongodb.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.17.5-slim
1+
FROM node:16.9.1-slim
22

33
COPY ./ ./
44

frameworks/JavaScript/express/express-mysql.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.17.5-slim
1+
FROM node:16.9.1-slim
22

33
COPY ./ ./
44

frameworks/JavaScript/express/express-postgres.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.17.5-slim
1+
FROM node:16.9.1-slim
22

33
COPY ./ ./
44

frameworks/JavaScript/express/express.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.17.5-slim
1+
FROM node:16.9.1-slim
22

33
COPY ./ ./
44

0 commit comments

Comments
 (0)