File tree Expand file tree Collapse file tree 4 files changed +1122
-1190
lines changed
Expand file tree Collapse file tree 4 files changed +1122
-1190
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ 1.12.4] - 2022-06-19
9+ ### Changed
10+ * Update dependencies
11+ * (Docker) Use node 16.15.1 as base docker image
12+
813## [ 1.12.3] - 2022-05-30
914### Changed
1015* Update dependencies
@@ -433,7 +438,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
433438* Docker automated build on Docker Hub
434439* Support HTTPS
435440
436- [ Unreleased ] : https://github.com/nwtgck/piping-server/compare/v1.12.3...HEAD
441+ [ Unreleased ] : https://github.com/nwtgck/piping-server/compare/v1.12.4...HEAD
442+ [ 1.12.4 ] : https://github.com/nwtgck/piping-server/compare/v1.12.3...v1.12.4
437443[ 1.12.3 ] : https://github.com/nwtgck/piping-server/compare/v1.12.2...v1.12.3
438444[ 1.12.2 ] : https://github.com/nwtgck/piping-server/compare/v1.12.1...v1.12.2
439445[ 1.12.1 ] : https://github.com/nwtgck/piping-server/compare/v1.12.0...v1.12.1
Original file line number Diff line number Diff line change 1- FROM node:16.15.0 -alpine
1+ FROM node:16.15.1 -alpine
22
33LABEL maintainer="Ryo Ota <nwtgck@nwtgck.org>"
44
You can’t perform that action at this time.
0 commit comments