This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update node version for fastify (
#6600
)
JaeHyeok Kim
4 years ago
parent
a135cc62ae
commit
62bb34bb98
3 changed files
with
3 additions
and
3 deletions
Split View
Show Diff Stats
1
1
frameworks/JavaScript/fastify/fastify-mysql.dockerfile
1
1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile
1
1
frameworks/JavaScript/fastify/fastify.dockerfile
+ 1
- 1
frameworks/JavaScript/fastify/fastify-mysql.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM node:14.1
6.1
+FROM node:14.1
7.0
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM node:14.1
6.1
+FROM node:14.1
7.0
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM node:14.1
6.1
+FROM node:14.1
7.0
COPY ./ ./