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 +1 @@
v16.2.0
v16.6.2

View File

@ -1,3 +1,17 @@
<!--
## 12.x.x (unreleased)
### Improvements
### Bugfixes
-->
## 12.86.1 (2021/08/12)
### Improvements
- Docker: Node.jsを16.6.2に
## 12.86.0 (2021/08/11)
### Improvements

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