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

feat: update hydrus server version

This commit is contained in:
Michael Serajnik 2020-01-02 04:47:12 +01:00
parent 97e332cecb
commit e3e0d2ad49
No known key found for this signature in database
GPG key ID: B390A5CBA3ECB74D
4 changed files with 9 additions and 8 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
+ Updated dependencies
+ Updated hydrus server version
## [3.20.0] - 2019-12-20

View file

@ -39,10 +39,10 @@ RUN \
virtualenv venv && \
. venv/bin/activate && \
pip install \
beautifulsoup4~=4.8.1 \
beautifulsoup4~=4.8.2 \
chardet~=3.0.4 \
lz4~=2.2.1 \
numpy~=1.17.4 \
lz4~=3.0.2 \
numpy~=1.18.0 \
opencv-python-headless~=4.1.2.30 \
pillow~=6.2.1 \
psutil~=5.6.7 \

View file

@ -5,7 +5,7 @@
This is a simple Debian-based Docker setup for running
[hydrus server][hydrus-server] from source.
The latest build runs [hydrus server version 378][hydrus-server-version].
The latest build runs [hydrus server version 379][hydrus-server-version].
## Table of contents
@ -34,7 +34,7 @@ By default, this will pull the latest build. To specify an image with a
specific version of hydrus server, provide the version number as tag, e.g.:
```zsh
user@local:~$ docker pull mserajnik/hydrus-server-docker:378
user@local:~$ docker pull mserajnik/hydrus-server-docker:379
```
See [here][docker-hub-tags] for all the available version numbers/tags.
@ -169,13 +169,13 @@ You are welcome to help out!
[MIT](LICENSE.md) © Michael Serajnik
[hydrus-server]: http://hydrusnetwork.github.io/hydrus/
[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v378
[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v379
[docker-hub]: https://hub.docker.com/r/mserajnik/hydrus-server-docker/
[docker-hub-tags]: https://hub.docker.com/r/mserajnik/hydrus-server-docker/tags/
[docker]: https://www.docker.com/
[semantic-versioning]: https://semver.org/
[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20378-blue.svg
[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20379-blue.svg
[travis]: https://travis-ci.com/mserajnik/hydrus-server-docker
[travis-badge]: https://travis-ci.com/mserajnik/hydrus-server-docker.svg

2
hydrus

@ -1 +1 @@
Subproject commit 77326caeb993ec7fb79b372550f6facd056986ff
Subproject commit 1f2f058a9cb30447637383af27ecf7b20b0f90f2