Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 00e4487

Browse files
Update Python
1 parent 22f3ce4 commit 00e4487

File tree

3 files changed

+5
-46
lines changed

3 files changed

+5
-46
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine
1+
FROM python:3.12-alpine
22

33
COPY ./dist/*.whl /opt/cloudimagedirectory/
44
COPY ./data/image-data.json /opt/cloudimagedirectory/

poetry.lock

Lines changed: 3 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include = [
2222
]
2323

2424
[tool.poetry.dependencies]
25-
python = "^3.9"
25+
python = "^3.12.1"
2626
click = "^8.1.7"
2727
pytz = "^2023.3"
2828
pandas = "^2.1.4"

0 commit comments

Comments
 (0)