This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
compsci-industry
/
TechEmpower.FrameworkBenchmarks
peilaus alkaen
https://github.com/TechEmpower/FrameworkBenchmarks.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Update node version for fastify (
#6814
)
JaeHyeok Kim
3 vuotta sitten
vanhempi
f6ef16a5ea
commit
06cc937f7f
3 muutettua tiedostoa
jossa
3 lisäystä
ja
3 poistoa
Jaettu näkymä
Näytä diff tilastot
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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -1,4 +1,4 @@
-FROM node:1
4.17.5
+FROM node:1
6.9.1
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify.dockerfile
Näytä tiedosto
@@ -1,4 +1,4 @@
-FROM node:1
4.17.5
+FROM node:1
6.9.1
COPY ./ ./