Skip to content

Commit b960f10

Browse files
committed
Merge branch 'release/1.12.4'
2 parents 06b3d99 + a336b91 commit b960f10

File tree

4 files changed

+1122
-1190
lines changed

4 files changed

+1122
-1190
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.15.0-alpine
1+
FROM node:16.15.1-alpine
22

33
LABEL maintainer="Ryo Ota <nwtgck@nwtgck.org>"
44

0 commit comments

Comments
 (0)