Skip to content

Commit 2a1ab24

Browse files
authored
Updating to latest python version (#79)
Co-authored-by: Hartorn <[email protected]>
1 parent a4585dd commit 2a1ab24

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

python/Dockerfile_3.12

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DO NOT MODIFY MANUALLY
22
# GENERATED FROM SCRIPTS
3-
FROM ubuntu:24.04@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123
3+
FROM ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252
44

55
# Avoid tzdata interactive action
66
ENV DEBIAN_FRONTEND noninteractive
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
99

1010
# Dockerfile generated fragment to install Python and Pip
1111
# Source: https://raw.githubusercontent.com/docker-library/python/master/3.12/slim-bookworm/Dockerfile
12-
# Python: 3.12.11
12+
# Python: 3.12.12
1313

1414

1515
# ensure local python is preferred over distribution python
@@ -31,8 +31,8 @@ RUN set -eux; \
3131
rm -rf /var/lib/apt/lists/*
3232

3333
ENV GPG_KEY 7169605F62C751356D054A26A821E680E5FA6305
34-
ENV PYTHON_VERSION 3.12.11
35-
ENV PYTHON_SHA256 c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb
34+
ENV PYTHON_VERSION 3.12.12
35+
ENV PYTHON_SHA256 fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4
3636

3737
RUN set -eux; \
3838
\

python/Dockerfile_3.13

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DO NOT MODIFY MANUALLY
22
# GENERATED FROM SCRIPTS
3-
FROM ubuntu:24.04@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123
3+
FROM ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252
44

55
# Avoid tzdata interactive action
66
ENV DEBIAN_FRONTEND noninteractive
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
99

1010
# Dockerfile generated fragment to install Python and Pip
1111
# Source: https://raw.githubusercontent.com/docker-library/python/master/3.13/slim-bookworm/Dockerfile
12-
# Python: 3.13.7
12+
# Python: 3.13.9
1313

1414

1515
# ensure local python is preferred over distribution python
@@ -26,8 +26,8 @@ RUN set -eux; \
2626
rm -rf /var/lib/apt/lists/*
2727

2828
ENV GPG_KEY 7169605F62C751356D054A26A821E680E5FA6305
29-
ENV PYTHON_VERSION 3.13.7
30-
ENV PYTHON_SHA256 5462f9099dfd30e238def83c71d91897d8caa5ff6ebc7a50f14d4802cdaaa79a
29+
ENV PYTHON_VERSION 3.13.9
30+
ENV PYTHON_SHA256 ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c66
3131

3232
RUN set -eux; \
3333
\

0 commit comments

Comments
 (0)