update Checkstyle version

This commit is contained in:
Guillaume "B.B." Van Hemmen 2019-01-21 08:23:06 +01:00 committed by GitHub
parent e3316bf097
commit b874d0890e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ FROM openjdk:8
RUN apt-get update -yqq && apt-get install -yqq curl 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 ADD checkstyle.sh /usr/bin/checkstyle
RUN chmod +x /usr/bin/checkstyle RUN chmod +x /usr/bin/checkstyle