Browse Source

Update node version for fastify (#6763)

JaeHyeok Kim 4 years ago
parent
commit
a1335a31a5

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

@@ -1,4 +1,4 @@
-FROM node:14.17.0
+FROM node:14.17.5
 
 COPY ./ ./
 

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

@@ -1,4 +1,4 @@
-FROM node:14.17.0
+FROM node:14.17.5
 
 COPY ./ ./
 

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

@@ -1,4 +1,4 @@
-FROM node:14.17.0
+FROM node:14.17.5
 
 COPY ./ ./