Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
fix: update reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
kkania-splunk committed Aug 24, 2022
1 parent 0354d66 commit 4ce262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ce262a

Please sign in to comment.