Repository: yetus Updated Branches: refs/heads/master d4b353b2e -> 750f25f02
YETUS-712. Bump Hadolint to 1.15.0 Signed-off-by: Akira Ajisaka <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/750f25f0 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/750f25f0 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/750f25f0 Branch: refs/heads/master Commit: 750f25f02210066ac42ce3e39bde3f6de237f164 Parents: d4b353b Author: Allen Wittenauer <[email protected]> Authored: Wed Nov 14 11:25:14 2018 -0800 Committer: Allen Wittenauer <[email protected]> Committed: Thu Nov 15 11:04:01 2018 -0800 ---------------------------------------------------------------------- precommit/src/main/shell/test-patch-docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/750f25f0/precommit/src/main/shell/test-patch-docker/Dockerfile ---------------------------------------------------------------------- diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile b/precommit/src/main/shell/test-patch-docker/Dockerfile index 413ac16..0667f80 100644 --- a/precommit/src/main/shell/test-patch-docker/Dockerfile +++ b/precommit/src/main/shell/test-patch-docker/Dockerfile @@ -159,11 +159,11 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y shellchec # Install hadolint #### RUN curl -L -s -S \ - https://github.com/hadolint/hadolint/releases/download/v1.11.1/hadolint-Linux-x86_64 \ + https://github.com/hadolint/hadolint/releases/download/v1.15.0/hadolint-Linux-x86_64 \ -o /bin/hadolint && \ chmod a+rx /bin/hadolint && \ shasum -a 512 /bin/hadolint | \ - awk '$1!="734e37c1f6619cbbd86b9b249e69c9af8ee1ea87a2b1ff71dccda412e9dac35e63425225a95d71572091a3f0a11e9a04c2fc25d9e91b840530c26af32b9891ca" {exit(1)}' + awk '$1!="f42e69dddfd2e4ce69848cc67b0800be9ae7ac729360fb9aa7250ee84499e635dc524a470766570d7fa2bd57c58529c4dbbefea80f583e5640b651d4a3b10f63" {exit(1)}' #### # YETUS CUT HERE
