Skip to content

Commit

Permalink
Upgrade to Python 3.9
Browse files Browse the repository at this point in the history
See #474
  • Loading branch information
The-Compiler committed Aug 25, 2022
1 parent 87d20a4 commit 124b12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file create a "studentenportal" image for the dev environment.
# Additional packages for dev are added here.
FROM studentenportal/base:3.7-0
FROM studentenportal/base:3.9-0
ARG UID=1000
ARG GID=1000

Expand Down
2 changes: 1 addition & 1 deletion deploy/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# of the studentenportal.
# Images have the same versioning as the studentenportal itself,
# and are uploaded to dockerhub.
FROM studentenportal/base:3.7-0
FROM studentenportal/base:3.9-0
ARG UID=1001
ARG GID=1001

Expand Down

0 comments on commit 124b12c

Please sign in to comment.