Skip to content

Commit 0417ef3

Browse files
committed
Merge branch 'release/1.12.8'
2 parents 3e26c0b + c40dbb0 commit 0417ef3

File tree

4 files changed

+241
-181
lines changed

4 files changed

+241
-181
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [1.12.8] - 2022-11-26
9+
### Changed
10+
* Update dependencies
11+
* (Docker) Use node 16.18.1 as base docker image
12+
813
## [1.12.7] - 2022-09-04
914
### Changed
1015
* Update dependencies
16+
* (Docker) Use node 16.17.0 as base docker image
1117
* Allow Web browser to detect X-Piping feature in preflight request
1218

1319
## [1.12.6] - 2022-08-10
1420
### Changed
1521
* Update dependencies
22+
* (Docker) Use node 16.16.0 as base docker image
1623

1724
### Fixed
1825
* Change the way of setting secure context to avoid an error "curl: (35) error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure" on client side in some environment
@@ -454,7 +461,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
454461
* Docker automated build on Docker Hub
455462
* Support HTTPS
456463

457-
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.7...HEAD
464+
[Unreleased]: https://github.com/nwtgck/piping-server/compare/v1.12.8...HEAD
465+
[1.12.8]: https://github.com/nwtgck/piping-server/compare/v1.12.7...v1.12.8
458466
[1.12.7]: https://github.com/nwtgck/piping-server/compare/v1.12.6...v1.12.7
459467
[1.12.6]: https://github.com/nwtgck/piping-server/compare/v1.12.5...v1.12.6
460468
[1.12.5]: https://github.com/nwtgck/piping-server/compare/v1.12.4...v1.12.5

Dockerfile

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

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

0 commit comments

Comments
 (0)