Update node
This commit is contained in:
parent
c0ba71c368
commit
bde114ad13
3 changed files with 16 additions and 2 deletions
|
@ -1 +1 @@
|
|||
v16.2.0
|
||||
v16.6.2
|
||||
|
|
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue