Skip to content

Commit

Permalink
Base python image update for docker (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Darkpool <lal309@proton.me>
  • Loading branch information
lal309 and Darkpool authored Jan 19, 2025
1 parent f0578ed commit 6f04574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.14-slim
FROM python:3.12.8-slim

ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ camelot-py==0.11.0
casparser==0.3.9
casparser-isin==2023.1.16
certifi==2024.7.4
cffi==1.15.1
cffi==1.17.1
channels==4.0.0
chardet==3.0.4
charset-normalizer==2.1.1
Expand Down
2 changes: 1 addition & 1 deletion src/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"release_version": "0.2.8"
"release_version": "0.2.9"
}

0 comments on commit 6f04574

Please sign in to comment.