From a2492998360800f7abfd38c639aa2e51873e22f2 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Sun, 12 Jan 2020 04:23:53 +0100 Subject: [PATCH 1/2] fix: remove unnecessary package --- CHANGELOG.md | 4 ++++ Dockerfile | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e409152..5d88dfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + ++ Removed unnecessary `gosu` package from Docker image builds + ## [3.23.0] - 2020-01-12 ### Removed diff --git a/Dockerfile b/Dockerfile index 6905181..a0780bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ RUN \ apt-get update && apt-get install --no-install-recommends -y \ build-essential \ ffmpeg \ - gosu \ multiarch-support \ wget && \ dpkg -i libjpeg8_8d-2_amd64.deb && \ From 5cc01e4128cf102cfcee13be16c58799722eadcd Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Sun, 12 Jan 2020 04:25:33 +0100 Subject: [PATCH 2/2] docs: update changelog for hotfix 3.23.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d88dfa..8e44d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.23.1] - 2020-01-12 + ### Fixed + Removed unnecessary `gosu` package from Docker image builds @@ -326,7 +328,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. + Initial release -[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/3.23.0...develop +[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/3.23.1...develop +[3.23.1]: https://github.com/mserajnik/hydrus-server-docker/compare/3.23.0...3.23.1 [3.23.0]: https://github.com/mserajnik/hydrus-server-docker/compare/3.22.0...3.23.0 [3.22.0]: https://github.com/mserajnik/hydrus-server-docker/compare/3.21.0...3.22.0 [3.21.0]: https://github.com/mserajnik/hydrus-server-docker/compare/3.20.0...3.21.0