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:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
3
+ FROM ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
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:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
3
+ FROM ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
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:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076 "
10
+ UBUNTU_BASE_IMAGE=" ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061 "
11
11
12
12
function install_python() {
13
13
output_file=$1
You can’t perform that action at this time.
0 commit comments