Skip to content

Commit

Permalink
Update python3-deb with 3.12 (#34513)
Browse files Browse the repository at this point in the history
* updated python3-deb with 3.12

* updated the last modified time
  • Loading branch information
RotemAmit authored Dec 8, 2024
1 parent ce2eb2c commit 4ce9c96
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 90 deletions.
4 changes: 2 additions & 2 deletions docker/python3-deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Last modified: 2024-11-14T00:17:10.089403+00:00
FROM python:3.11.10-slim-bullseye
# Last modified: 2024-12-05T14:45:10.089403+00:00
FROM python:3.12.7-slim-bullseye

RUN echo 'deb http://deb.debian.org/debian bullseye-backports main' >> /etc/apt/sources.list

Expand Down
2 changes: 1 addition & 1 deletion docker/python3-deb/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ defusedxml = "*"
setuptools="*"

[requires]
python_version = "3.11"
python_version = "3.12"
190 changes: 103 additions & 87 deletions docker/python3-deb/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ce9c96

Please sign in to comment.