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

chore: base Docker image on Python 3.9

This commit is contained in:
imtbl 2020-12-09 22:40:47 +01:00
parent 6451329023
commit 9496419d79
No known key found for this signature in database
GPG key ID: 1E0CA1EF5FCB6B36
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
### Changed
+ Based Docker image on Python 3.9
## [4.1.0] - 2020-11-11 ## [4.1.0] - 2020-11-11
### Changed ### Changed

View file

@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
FROM python:3.8-slim-buster FROM python:3.9-slim-buster
ARG USER_ID=1000 ARG USER_ID=1000
ARG GROUP_ID=1000 ARG GROUP_ID=1000