Skip to content

Commit 281ad71

Browse files
authored
Revert "Bump checkstyle 9.2" (#38)
* Revert "Bump checkstyle 9.2 (#36)" This reverts commit 9adffbd. * Upgrade JAVA_ALPINE_VERSION 8.275.01-r0
1 parent 9adffbd commit 281ad71

File tree

5 files changed

+28
-39
lines changed

5 files changed

+28
-39
lines changed

CHECKSTYLE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2
1+
8.39

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ruby:2.6.3-alpine
22

33
ENV LANG C.UTF-8
44

5-
LABEL org.opencontainers.image.authors="Code Climate <hello@codeclimate.com>"
5+
MAINTAINER "Code Climate <hello@codeclimate.com>"
66

77
RUN adduser -u 9000 -D app
88

@@ -19,7 +19,7 @@ RUN { \
1919
ENV JAVA_HOME /usr/lib/jvm/java-1.8-openjdk/jre
2020
ENV PATH $PATH:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin
2121

22-
ENV JAVA_VERSION 8u275
22+
ENV JAVA_VERSION 8u252
2323
ENV JAVA_ALPINE_VERSION 8.275.01-r0
2424

2525
RUN set -x \

bin/install-checkstyle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# use `make upgrade` to update this URL to the latest version
4-
URL='https://github.com/checkstyle/checkstyle/releases/download/checkstyle-9.2/checkstyle-9.2-all.jar'
4+
URL='https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.39/checkstyle-8.39-all.jar'
55

66

77
wget -O /usr/local/bin/checkstyle.jar $URL

0 commit comments

Comments
 (0)