File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# DO NOT MODIFY MANUALLY
2
2
# GENERATED FROM SCRIPTS
3
- FROM ubuntu:24.04@sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
3
+ FROM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
4
4
5
5
# Avoid tzdata interactive action
6
6
ENV DEBIAN_FRONTEND noninteractive
Original file line number Diff line number Diff line change 1
1
# DO NOT MODIFY MANUALLY
2
2
# GENERATED FROM SCRIPTS
3
- FROM ubuntu:24.04@sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
3
+ FROM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
4
4
5
5
# Avoid tzdata interactive action
6
6
ENV DEBIAN_FRONTEND noninteractive
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FOLDER=$(readlink -f "${BASH_SOURCE[0]}" | xargs dirname)
7
7
DEBIAN_VERSION=" bookworm"
8
8
DEBIAN_VARIANT=" slim"
9
9
# 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 "
11
11
12
12
function install_python() {
13
13
output_file=$1
You can’t perform that action at this time.
0 commit comments