Skip to content

Commit 0159ab0

Browse files
authored
feat: update toolset (#26)
1 parent 3afb40e commit 0159ab0

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

3.12/bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN set -eux; \
2929
; \
3030
rm -rf /var/lib/apt/lists/*
3131

32-
ENV PYTHON_VERSION=3.12.8
32+
ENV PYTHON_VERSION=3.12.9
3333

3434
RUN set -eux; \
3535
\
@@ -101,7 +101,7 @@ RUN set -eux; \
101101
done
102102

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

3.12/slim-bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN set -eux; \
2929
; \
3030
rm -rf /var/lib/apt/lists/*
3131

32-
ENV PYTHON_VERSION=3.12.8
32+
ENV PYTHON_VERSION=3.12.9
3333

3434
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3535
RUN set -eux; \
@@ -135,7 +135,7 @@ RUN set -eux; \
135135
done
136136

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

3.13/bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
; \
2525
rm -rf /var/lib/apt/lists/*
2626

27-
ENV PYTHON_VERSION=3.13.1
27+
ENV PYTHON_VERSION=3.13.2
2828

2929
RUN set -eux; \
3030
\
@@ -96,7 +96,7 @@ RUN set -eux; \
9696
done
9797

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

3.13/slim-bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
; \
2525
rm -rf /var/lib/apt/lists/*
2626

27-
ENV PYTHON_VERSION=3.13.1
27+
ENV PYTHON_VERSION=3.13.2
2828

2929
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
3030
RUN set -eux; \
@@ -130,7 +130,7 @@ RUN set -eux; \
130130
done
131131

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

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
## Supported tags and respective `Dockerfile` links
77

8-
- [`3`, `3.13`, `3.13.1`]
9-
- [`3-slim`, `3.13-slim`, `3.13.1-slim`]
10-
- [`3.12`, `3.12.8`]
11-
- [`3.12-slim`, `3.12.8-slim`]
8+
- [`3`, `3.13`, `3.13.2`]
9+
- [`3-slim`, `3.13-slim`, `3.13.2-slim`]
10+
- [`3.12`, `3.12.9`]
11+
- [`3.12-slim`, `3.12.9-slim`]
1212
- [`2`, `2.7`, `2.7.18`]
1313
- [`2-slim`, `2.7-slim`, `2.7.18-slim`]
1414

@@ -123,7 +123,7 @@ compile extension modules written in other languages. Possible solutions if a
123123
<!-- Links -->
124124
[`2`, `2.7`, `2.7.18`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/bookworm/Dockerfile
125125
[`2-slim`, `2.7-slim`, `2.7.18-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/2.7/slim-bookworm/Dockerfile
126-
[`3.12`, `3.12.8`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
127-
[`3.12-slim`, `3.12.8-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
128-
[`3`, `3.13`, `3.13.1`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
129-
[`3-slim`, `3.13-slim`, `3.13.1-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile
126+
[`3.12`, `3.12.9`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/bookworm/Dockerfile
127+
[`3.12-slim`, `3.12.9-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.12/slim-bookworm/Dockerfile
128+
[`3`, `3.13`, `3.13.2`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/bookworm/Dockerfile
129+
[`3-slim`, `3.13-slim`, `3.13.2-slim`]: https://github.com/coatl-dev/docker-python/blob/coatl/3.13/slim-bookworm/Dockerfile

requirements/3.12/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#
77

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

requirements/3.13/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#
77

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

0 commit comments

Comments
 (0)