This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
compsci-industry
/
TechEmpower.FrameworkBenchmarks
miroir de
https://github.com/TechEmpower/FrameworkBenchmarks.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Upgrade to node.js 18.12.1 for fastify (
#7713
)
JaeHyeok Kim
il y a 2 ans
Parent
40900662a2
commit
5462180cc5
3 fichiers modifiés
avec
3 ajouts
et
3 suppressions
Vue séparée
Afficher les stats 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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -1,4 +1,4 @@
-FROM node:1
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./