diff --git a/Dockerfile b/Dockerfile index 2299ef7..851b2e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ FROM registry.access.redhat.com/ubi8:8.4-199 RUN dnf install go git wget python3.8 -y -ENV REVIEWDOG_VERSION=v0.11.0 +ENV REVIEWDOG_VERSION=v0.14.1 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} COPY earlybird/binaries/go-earlybird-linux /bin/go-earlybird