Merge pull request #42297 from thaJeztah/20.10_backport_update_yamllint

[20.10 backport] Dockerfile: update yamllint to v1.26.1 to fix build
This commit is contained in:
Tianon Gravi 2021-04-23 11:47:44 -07:00 committed by GitHub
commit 4af54f15ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true \
&& update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true \
&& update-alternatives --set arptables /usr/sbin/arptables-legacy || true
RUN pip3 install yamllint==1.16.0
RUN pip3 install yamllint==1.26.1
COPY --from=dockercli /build/ /usr/local/cli
COPY --from=frozen-images /build/ /docker-frozen-images