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
Upgrade to node.js 18.12.1 for fastify (
#7713
)
JaeHyeok Kim
hace 2 años
padre
40900662a2
commit
5462180cc5
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:1
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile
Ver fichero
@@ -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
Ver fichero
@@ -1,4 +1,4 @@
-FROM node:1
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./