From a61b411ceb7df49d6ad195da7a2eae774915fe0b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 26 Aug 2022 09:21:29 +0200 Subject: [PATCH] Dockerfile: update yamllint to v1.27.1 Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 1d7cd76ee9ed678ae00c2a10ec144c3eed0b3dcd) Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cdfbb043b..39c0924e11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -349,7 +349,8 @@ 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.26.1 +ARG YAMLLINT_VERSION=1.27.1 +RUN pip3 install yamllint==${YAMLLINT_VERSION} COPY --from=dockercli /build/ /usr/local/cli COPY --from=frozen-images /build/ /docker-frozen-images