Skip to content

Commit 8cc451f

Browse files
authored
Update ubuntu (#60)
1 parent b7d3b2e commit 8cc451f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/Dockerfile_3.12

Lines changed: 1 addition & 1 deletion
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:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
3+
FROM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
44

55
# Avoid tzdata interactive action
66
ENV DEBIAN_FRONTEND noninteractive

python/Dockerfile_3.13

Lines changed: 1 addition & 1 deletion
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:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
3+
FROM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
44

55
# Avoid tzdata interactive action
66
ENV DEBIAN_FRONTEND noninteractive

python/generate_dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FOLDER=$(readlink -f "${BASH_SOURCE[0]}" | xargs dirname)
77
DEBIAN_VERSION="bookworm"
88
DEBIAN_VARIANT="slim"
99
# Should be updated regularly, to endforce most recent ubuntu
10-
UBUNTU_BASE_IMAGE="ubuntu:24.04@sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f"
10+
UBUNTU_BASE_IMAGE="ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076"
1111

1212
function install_python() {
1313
output_file=$1

0 commit comments

Comments
 (0)