Przeglądaj źródła

Update node version for fastify (#6814)

JaeHyeok Kim 3 lat temu
rodzic
commit
06cc937f7f

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

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

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

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

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

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