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
Upgrade to node.js 18.12.1 for fastify (
#7713
)
JaeHyeok Kim
2 vuotta sitten
vanhempi
40900662a2
commit
5462180cc5
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
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile
Näytä tiedosto
@@ -1,4 +1,4 @@
-FROM node:1
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify.dockerfile
Näytä tiedosto
@@ -1,4 +1,4 @@
-FROM node:1
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./