This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/master by this push:
new 82f3493 YETUS-828. Upgrade hadolint to 1.16.2
82f3493 is described below
commit 82f3493b64dc05b1486f0362d1e001a8a1b818e9
Author: Allen Wittenauer <[email protected]>
AuthorDate: Mon Mar 25 13:44:03 2019 -0700
YETUS-828. Upgrade hadolint to 1.16.2
Signed-off-by: Akira Ajisaka <[email protected]>
---
precommit/src/main/shell/test-patch-docker/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile
b/precommit/src/main/shell/test-patch-docker/Dockerfile
index 138aa03..311c32b 100644
--- a/precommit/src/main/shell/test-patch-docker/Dockerfile
+++ b/precommit/src/main/shell/test-patch-docker/Dockerfile
@@ -210,11 +210,11 @@ RUN cabal install ShellCheck \
# Install hadolint
####
RUN curl -L -s -S \
-
https://github.com/hadolint/hadolint/releases/download/v1.15.0/hadolint-Linux-x86_64
\
+
https://github.com/hadolint/hadolint/releases/download/v1.16.2/hadolint-Linux-x86_64
\
-o /bin/hadolint && \
chmod a+rx /bin/hadolint && \
shasum -a 512 /bin/hadolint | \
- awk
'$1!="f42e69dddfd2e4ce69848cc67b0800be9ae7ac729360fb9aa7250ee84499e635dc524a470766570d7fa2bd57c58529c4dbbefea80f583e5640b651d4a3b10f63"
{exit(1)}'
+ awk
'$1!="7044f2f5a8a9f2a52d9921f34a5cca5fee6a26c1de052f5348d832624976eb760195c65d79a69454f3056359e23b382353977340a7a1ca5c7805b164690c0485"
{exit(1)}'
###
# Install npm and JSHint