Skip to content

Commit 225fe85

Browse files
committed
The Debian distribs are now upgraded
1 parent 1e156be commit 225fe85

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

python-3.10-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

python-3.10-bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

python-3.11-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

python-3.11-bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

python-3.12-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

python-3.12-bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

python-3.8-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

python-3.8-bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

python-3.9-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

python-3.9-bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232
# Update the system
3333
#RUN echo "Europe/Paris" > /etc/timezone
3434
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35-
RUN apt-get -qq update
35+
RUN apt-get -qq update && apt-get -y upgrade
3636
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \

0 commit comments

Comments
 (0)