Skip to content

Commit

Permalink
[sonic-slave]: Upgrade python lxml library version to 4.6.2 (#6404)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored and lguohan committed Jan 12, 2021
1 parent 45b724f commit b6de494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ RUN pip2 install j2cli==0.3.10
# For sonic-mgmt-framework
RUN pip2 install "PyYAML==5.3.1"
RUN pip3 install "PyYAML==5.3.1"
RUN pip2 install "lxml==4.6.1"
RUN pip3 install "lxml==4.6.1"
RUN pip2 install "lxml==4.6.2"
RUN pip3 install "lxml==4.6.2"
# For sonic-platform-common testing
RUN pip3 install redis
Expand Down
4 changes: 2 additions & 2 deletions sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ RUN pip3 install mockredispy==2.9.3
# For sonic-mgmt-framework
RUN pip2 install "PyYAML==5.3.1"
RUN pip3 install "PyYAML==5.3.1"
RUN pip2 install "lxml==4.6.1"
RUN pip3 install "lxml==4.6.1"
RUN pip2 install "lxml==4.6.2"
RUN pip3 install "lxml==4.6.2"
# For sonic-platform-common testing
Expand Down

0 comments on commit b6de494

Please sign in to comment.