Skip to content

Commit

Permalink
Merge pull request #85 from geoadmin/feat-PB-227-update-python
Browse files Browse the repository at this point in the history
PB-227 Update python version from 3.9 to 3.12
  • Loading branch information
LukasJoss authored Sep 9, 2024
2 parents 8e2e9e5 + 3e97082 commit d0432d4
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 154 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Buster slim python 3.12 base image.
FROM python:3.9-slim-buster
FROM python:3.12-slim-bookworm
ENV HTTP_PORT 8080
RUN groupadd -r geoadmin && useradd -r -s /bin/false -g geoadmin geoadmin

Expand Down
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ name = "pypi"
[packages]
PyYAML = "~=6.0.2"
gevent = "~=24.2.1"
gunicorn = "~=20.1.0"
Flask = "~=2.3.2"
Pillow = "~=9.3.0"
python-dotenv = "~=0.17.0"
logging-utilities = "~=3.0"
werkzeug = "~=2.2"
gunicorn = "~=23.0.0"
Flask = "~=3.0.3"
pillow = "~=10.4.0"
python-dotenv = "~=1.0.1"
logging-utilities = "~=4.5.0"
werkzeug = "~=3.0.4"

[dev-packages]
yapf = "*"
Expand Down
Loading

0 comments on commit d0432d4

Please sign in to comment.