Skip to content

Commit 7432093

Browse files
committed
SAGE-1622: update python-pip, python3-pip, software-properties-common
Required security updates as older versions are no longer available.
1 parent a286208 commit 7432093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.rootfs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ RUN apt-get update && apt-get install --no-install-recommends -y $L4T_DEPENDS
3636

3737
RUN apt-get update && apt-get install -y \
3838
python=2.7.15~rc1-1 \
39-
python-pip=9.0.1-2.3~ubuntu1.18.04.5 \
39+
python-pip=9.0.1-2.3~ubuntu1.18.04.6 \
4040
python-click=6.7-3 \
4141
python3=3.6.7-1~18.04 \
42-
python3-pip=9.0.1-2.3~ubuntu1.18.04.5 \
42+
python3-pip=9.0.1-2.3~ubuntu1.18.04.6 \
4343
python3-venv=3.6.7-1~18.04 \
4444
python3-click=6.7-3
4545

@@ -49,7 +49,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
4949
ca-certificates=20211016ubuntu0.18.04.1 \
5050
curl=7.58.0-2ubuntu3.22 \
5151
gnupg-agent=2.2.4-1ubuntu1.6 \
52-
software-properties-common=0.96.24.32.18
52+
software-properties-common=0.96.24.32.20
5353
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
5454
RUN add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
5555
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)