@@ -12,7 +12,7 @@ This is the Express portion of a [benchmarking test suite](../) comparing a vari
## Infrastructure Software Versions
The tests were run with:
-* [Node.js v16.9.1](http://nodejs.org/)
+* [Node.js v16.13.0](http://nodejs.org/)
* [Express 4.17.1](http://expressjs.com/)
## Resources
@@ -1,4 +1,4 @@
-FROM node:16.9.1-slim
+FROM node:16.13.0-slim
COPY ./ ./