Skip to content

Commit cd74ae2

Browse files
authored
feat: update toolset (#166)
1 parent 58b0d75 commit cd74ae2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ RUN set -eux; \
196196

197197
FROM builder AS python312-builder
198198

199-
ENV PYTHON312_VERSION=3.12.8
199+
ENV PYTHON312_VERSION=3.12.9
200200

201201
WORKDIR /tmp
202202

@@ -286,7 +286,7 @@ RUN set -eux; \
286286

287287
FROM builder AS python-builder
288288

289-
ENV PYTHON_VERSION=3.13.1
289+
ENV PYTHON_VERSION=3.13.2
290290

291291
WORKDIR /tmp
292292

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
[![Docker Repository on Docker Hub](https://img.shields.io/badge/hub.docker.com-white?logo=docker "Docker Repository on Docker Hub")](https://hub.docker.com/r/coatldev/six)
55
[![Docker Repository on Quay](https://img.shields.io/badge/quay.io-red?logo=red-hat "Docker Repository on Quay")](https://quay.io/repository/coatldev/six)
66

7-
Docker image based on Ubuntu 24.04 (Noble Numbat) with Python 3.13.1, 3.12.8
7+
Docker image based on Ubuntu 24.04 (Noble Numbat) with Python 3.13.2, 3.12.9
88
and 2.7.18 pre-installed.
99

1010
## Supported tags
1111

12-
- [`3.13`, `3.13.1`, `latest`]
12+
- [`3.13`, `3.13.2`, `latest`]
1313

1414
For the full list of supported tags, see:
1515

@@ -90,7 +90,7 @@ Based on the [Docker "Official Image"] for [python] using the following
9090
- [3.13/slim-bullseye]
9191

9292
<!-- External links -->
93-
[`3.13`, `3.13.1`, `latest`]: https://github.com/coatl-dev/docker-six/blob/coatl/Dockerfile
93+
[`3.13`, `3.13.2`, `latest`]: https://github.com/coatl-dev/docker-six/blob/coatl/Dockerfile
9494
[Azure Pipelines]: https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/jobs-job-container?view=azure-pipelines
9595
[GitHub Workflows]: https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container
9696
[Docker Hub]: https://hub.docker.com/r/coatldev/six

0 commit comments

Comments
 (0)