This website works better with JavaScript
首頁
探索
說明
登入
compsci-industry
/
TechEmpower.FrameworkBenchmarks
镜像来自
https://github.com/TechEmpower/FrameworkBenchmarks.git
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
瀏覽代碼
Upgrade to node.js 18.12.1 for fastify (
#7713
)
JaeHyeok Kim
2 年之前
父節點
40900662a2
當前提交
5462180cc5
共有
3 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
顯示文件統計
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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -1,4 +1,4 @@
-FROM node:1
6.14.0
+FROM node:1
8.12.1-alpine
COPY ./ ./