This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
compsci-industry
/
TechEmpower.FrameworkBenchmarks
spegling av
https://github.com/TechEmpower/FrameworkBenchmarks.git
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Bläddra i källkod
Update node version for fastify (
#6814
)
JaeHyeok Kim
3 år sedan
förälder
f6ef16a5ea
incheckning
06cc937f7f
3 ändrade filer
med
3 tillägg
och
3 borttagningar
Delad Vy
Visa Diff Statistik
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
Visa fil
@@ -1,4 +1,4 @@
-FROM node:1
4.17.5
+FROM node:1
6.9.1
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile
Visa fil
@@ -1,4 +1,4 @@
-FROM node:1
4.17.5
+FROM node:1
6.9.1
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify.dockerfile
Visa fil
@@ -1,4 +1,4 @@
-FROM node:1
4.17.5
+FROM node:1
6.9.1
COPY ./ ./