1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-05-16 02:23:32 +12:00

feat: update Python to version 3.8

This commit is contained in:
Michael Serajnik 2019-11-28 20:34:33 +01:00
parent 389681726e
commit 025dae0c5f
No known key found for this signature in database
GPG key ID: B390A5CBA3ECB74D
2 changed files with 5 additions and 4 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
+ Updated hydrus server version
+ Updated Python to version 3.8
## [3.18.0] - 2019-11-14

View file

@ -1,4 +1,4 @@
FROM python:3.7-slim-buster
FROM python:3.8-slim-buster
ARG HOST_USER_ID=1000
ARG HOST_GROUP_ID=1000
@ -43,11 +43,11 @@ RUN \
chardet~=3.0.4 \
lz4~=2.2.1 \
numpy~=1.17.4 \
opencv-python-headless~=4.1.1.26 \
opencv-python-headless~=4.1.2.30 \
pillow~=6.2.1 \
psutil~=5.6.5 \
psutil~=5.6.7 \
pylzma~=0.5.0 \
pyopenssl~=19.0.0 \
pyopenssl~=19.1.0 \
pyyaml~=5.1.2 \
requests~=2.22.0 \
send2trash~=1.5.0 \