aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-08-26 09:21:29 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-08-29 19:51:35 +0200
commit1d7cd76ee9ed678ae00c2a10ec144c3eed0b3dcd (patch)
tree5b87f58e2cfba923def0dc383bdca9fba82d5c7c
parent939451554f34f4189f0b35dd7626d2ce2901df90 (diff)
Dockerfile: update yamllint to v1.27.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9bb4ba4d66..1d2336f2a5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -350,7 +350,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