This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror da
https://github.com/TechEmpower/FrameworkBenchmarks.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Upgrade to node.js 18.12.1 for fastify (
#7713
)
JaeHyeok Kim
2 anni fa
parent
40900662a2
commit
5462180cc5
3 ha cambiato i file
con
3 aggiunte
e
3 eliminazioni
Visualizzazione separata
Mostra Diff Stats
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
Vedi File
@@ -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
Vedi File
@@ -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
Vedi File
@@ -1,4 +1,4 @@
-FROM node:1
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./