This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
compsci-industry
/
TechEmpower.FrameworkBenchmarks
espejo de
https://github.com/TechEmpower/FrameworkBenchmarks.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Update node version for fastify (
#6477
)
JaeHyeok Kim
hace 4 años
padre
a96fa1a35b
commit
fa1e3f17a4
Se han
modificado 3 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Mostrar estadí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 fichero
@@ -1,4 +1,4 @@
-FROM node:14.1
5.5
-slim
+FROM node:14.1
6.0
-slim
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile
Ver fichero
@@ -1,4 +1,4 @@
-FROM node:14.1
5.5
-slim
+FROM node:14.1
6.0
-slim
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify.dockerfile
Ver fichero
@@ -1,4 +1,4 @@
-FROM node:14.1
5.5
-slim
+FROM node:14.1
6.0
-slim
COPY ./ ./