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 (
#6528
)
JaeHyeok Kim
4 years ago
parent
ae3b4c3997
commit
be8302e51b
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.16.
0-slim
+FROM node:14.16.
1
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM node:14.16.
0-slim
+FROM node:14.16.
1
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM node:14.16.
0-slim
+FROM node:14.16.
1
COPY ./ ./