Browse Source

Update fastify (node version) (#7188)

* Update node version for fastify

* Update fastify
JaeHyeok Kim 3 years ago
parent
commit
7c28e9e8d9

+ 1 - 1
frameworks/JavaScript/fastify/fastify-mysql.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.13.2
+FROM node:16.14.0
 
 COPY ./ ./
 

+ 1 - 1
frameworks/JavaScript/fastify/fastify-postgres.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.13.2
+FROM node:16.14.0
 
 COPY ./ ./
 

+ 1 - 1
frameworks/JavaScript/fastify/fastify.dockerfile

@@ -1,4 +1,4 @@
-FROM node:16.13.2
+FROM node:16.14.0
 
 COPY ./ ./
 

+ 1 - 1
frameworks/JavaScript/fastify/package.json

@@ -5,7 +5,7 @@
   "main": "app.js",
   "private": true,
   "dependencies": {
-    "fastify": "3.12.0",
+    "fastify": "3.27.4",
     "handlebars": "4.7.6",
     "knex": "0.21.17",
     "mongodb": "3.5.9",