This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
compsci-industry
/
TechEmpower.FrameworkBenchmarks
cermin dari
https://github.com/TechEmpower/FrameworkBenchmarks.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
Upgrade to node.js 18.12.1 for fastify (
#7713
)
JaeHyeok Kim
2 tahun lalu
induk
40900662a2
melakukan
5462180cc5
3 mengubah file
dengan
3 tambahan dan
3 penghapusan
Tampilan Split
Tampilkan Statistik 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
Tampilan Berkas
@@ -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
Tampilan Berkas
@@ -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
Tampilan Berkas
@@ -1,4 +1,4 @@
-FROM node:1
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./