This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
compsci-industry
/
TechEmpower.FrameworkBenchmarks
réplica de
https://github.com/TechEmpower/FrameworkBenchmarks.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Update node version for fastify (
#6814
)
JaeHyeok Kim
%!s(int64=3) %!d(string=hai) anos
pai
f6ef16a5ea
achega
06cc937f7f
Modificáronse 3 ficheiros
con
3 adicións
e
3 borrados
Dividir vista
Mostrar estatísticas de Diff
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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -1,4 +1,4 @@
-FROM node:1
4.17.5
+FROM node:1
6.9.1
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify.dockerfile
Ver ficheiro
@@ -1,4 +1,4 @@
-FROM node:1
4.17.5
+FROM node:1
6.9.1
COPY ./ ./