Update node

This commit is contained in:
syuilo 2021-08-12 11:28:51 +09:00
parent c0ba71c368
commit bde114ad13
3 changed files with 16 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:16.2.0-alpine3.13 AS base
FROM node:16.6.2-alpine3.13 AS base
ENV NODE_ENV=production