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 (
#6477
)
JaeHyeok Kim
4 years ago
parent
a96fa1a35b
commit
fa1e3f17a4
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
5.5
-slim
+FROM node:14.1
6.0
-slim
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM node:14.1
5.5
-slim
+FROM node:14.1
6.0
-slim
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM node:14.1
5.5
-slim
+FROM node:14.1
6.0
-slim
COPY ./ ./