This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror de
https://github.com/TechEmpower/FrameworkBenchmarks.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Upgrade to node.js 18.12.1 for fastify (
#7713
)
JaeHyeok Kim
há 2 anos atrás
pai
40900662a2
commit
5462180cc5
3 ficheiros alterados
com
3 adições
e
3 exclusões
Visão Dividida
Mostrar Estatísticas 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
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./
+ 1
- 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile
Ver Ficheiro
@@ -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 Ficheiro
@@ -1,4 +1,4 @@
-FROM node:1
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./