1
0

Use Node.js v16

This commit is contained in:
syuilo
2021-04-28 09:22:01 +09:00
parent fa9f0d9ff9
commit 6573c3b522
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:14.15.5-alpine3.13 AS base
FROM node:16.0.0-alpine3.13 AS base
ENV NODE_ENV=production