1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-05-15 18:13:19 +12:00

Merge tag '2.3.1' into develop

Hotfix 2.3.1
This commit is contained in:
Michael Serajnik 2019-02-10 00:36:47 +01:00
commit 1bcd5dcc66
No known key found for this signature in database
GPG key ID: B390A5CBA3ECB74D
2 changed files with 9 additions and 2 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [2.3.1] - 2019-02-10
### Fixed
+ Fixed `git clone` instruction to include the hydrus server submodule
## [2.3.0] - 2019-02-10
### Changed
@ -87,7 +93,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/2.3.0...develop
[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/2.3.1...develop
[2.3.1]: https://github.com/mserajnik/hydrus-server-docker/compare/2.3.0...2.3.1
[2.3.0]: https://github.com/mserajnik/hydrus-server-docker/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/mserajnik/hydrus-server-docker/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/mserajnik/hydrus-server-docker/compare/2.0.0...2.1.0

View file

@ -43,7 +43,7 @@ See [here][docker-hub-tags] for all the available version numbers/tags.
Alternatively, you can clone this repository and build the image yourself:
```zsh
user@local:~$ git clone https://github.com/mserajnik/hydrus-server-docker.git
user@local:~$ git clone --recurse-submodules https://github.com/mserajnik/hydrus-server-docker.git
user@local:~$ cd hydrus-server-docker
user@local:hydrus-server-docker$ docker build . -t hydrus-server-docker
```