Skip to content

Commit

Permalink
Upgrading to latest docker base image and python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisBrock committed Jul 11, 2024
1 parent 0439a42 commit 96dff87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Additional settings are required depending on the selected device plugin:
## Deveopment Environment
Sunalyzer is currently being developed using the following tools and libraries:
* **Operating system**: Manjaro Linux
* **Operating system**: Arch Linux
* **Development Environment**: Visual Studio Code
* **Programming languages**: Python 3.10, JavaScript, HTML
* **Database**: SQlite
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.13-slim-bullseye
FROM python:3.12.4-slim-bookworm

# Resolve all Python requirements
COPY requirements.txt .
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flask==2.3.3
flask==3.0.3
PyYAML==6.0.1
pytest==7.4.0
pytest==8.2.2
supervisor==4.2.5
requests==2.31.0
waitress==2.1.2
Flask-Compress==1.13
requests==2.32.3
waitress==3.0.0
Flask-Compress==1.15

0 comments on commit 96dff87

Please sign in to comment.