From b874d0890e27d23ac0119007640df43296b8bb03 Mon Sep 17 00:00:00 2001 From: "Guillaume \"B.B.\" Van Hemmen" Date: Mon, 21 Jan 2019 08:23:06 +0100 Subject: [PATCH] update Checkstyle version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9220e5a..12792c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:8 RUN apt-get update -yqq && apt-get install -yqq curl -RUN curl -L https://downloads.sourceforge.net/project/checkstyle/checkstyle/8.0/checkstyle-8.0-all.jar > /checkstyle.jar +RUN curl -L https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.16/checkstyle-8.16-all.jar > /checkstyle.jar ADD checkstyle.sh /usr/bin/checkstyle RUN chmod +x /usr/bin/checkstyle