Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 3.12/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV PYTHON_VERSION=3.12.8
ENV PYTHON_VERSION=3.12.9

RUN set -eux; \
\
Expand Down Expand Up @@ -101,7 +101,7 @@ RUN set -eux; \
done

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION=25.0
ENV PYTHON_PIP_VERSION=25.0.1
# https://github.com/pypa/get-pip
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py

Expand Down
4 changes: 2 additions & 2 deletions 3.12/slim-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV PYTHON_VERSION=3.12.8
ENV PYTHON_VERSION=3.12.9

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -eux; \
Expand Down Expand Up @@ -135,7 +135,7 @@ RUN set -eux; \
done

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION=25.0
ENV PYTHON_PIP_VERSION=25.0.1
# https://github.com/pypa/get-pip
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py

Expand Down
4 changes: 2 additions & 2 deletions 3.13/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV PYTHON_VERSION=3.13.1
ENV PYTHON_VERSION=3.13.2

RUN set -eux; \
\
Expand Down Expand Up @@ -96,7 +96,7 @@ RUN set -eux; \
done

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION=25.0
ENV PYTHON_PIP_VERSION=25.0.1
# https://github.com/pypa/get-pip
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py

Expand Down
4 changes: 2 additions & 2 deletions 3.13/slim-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV PYTHON_VERSION=3.13.1
ENV PYTHON_VERSION=3.13.2

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -eux; \
Expand Down Expand Up @@ -130,7 +130,7 @@ RUN set -eux; \
done

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION=25.0
ENV PYTHON_PIP_VERSION=25.0.1
# https://github.com/pypa/get-pip
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

## Supported tags and respective `Dockerfile` links

- [`3`, `3.13`, `3.13.1`]
- [`3-slim`, `3.13-slim`, `3.13.1-slim`]
- [`3.12`, `3.12.8`]
- [`3.12-slim`, `3.12.8-slim`]
- [`3`, `3.13`, `3.13.2`]
- [`3-slim`, `3.13-slim`, `3.13.2-slim`]
- [`3.12`, `3.12.9`]
- [`3.12-slim`, `3.12.9-slim`]
- [`2`, `2.7`, `2.7.18`]
- [`2-slim`, `2.7-slim`, `2.7.18-slim`]

Expand Down Expand Up @@ -123,7 +123,7 @@ compile extension modules written in other languages. Possible solutions if a
<!-- Links -->
[`2`, `2.7`, `2.7.18`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/bookworm/Dockerfile
[`2-slim`, `2.7-slim`, `2.7.18-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/slim-bookworm/Dockerfile
[`3.12`, `3.12.8`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
[`3.12-slim`, `3.12.8-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
[`3`, `3.13`, `3.13.1`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
[`3-slim`, `3.13-slim`, `3.13.1-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
[`3.12`, `3.12.9`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
[`3.12-slim`, `3.12.9-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
[`3`, `3.13`, `3.13.2`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
[`3-slim`, `3.13-slim`, `3.13.2-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
2 changes: 1 addition & 1 deletion requirements/3.12/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#

# The following packages are considered to be unsafe in a requirements file:
pip==25.0
pip==25.0.1
# via -r pip.in
2 changes: 1 addition & 1 deletion requirements/3.13/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#

# The following packages are considered to be unsafe in a requirements file:
pip==25.0
pip==25.0.1
# via -r pip.in