This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
compsci-industry
/
TechEmpower.FrameworkBenchmarks
同期ミラー
https://github.com/TechEmpower/FrameworkBenchmarks.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
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 ./ ./