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

Commit 4ce262a

Browse files
fix: update reviewdog
1 parent 0354d66 commit 4ce262a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
FROM registry.access.redhat.com/ubi8:8.4-199
1717

1818
RUN dnf install go git wget python3.8 -y
19-
ENV REVIEWDOG_VERSION=v0.11.0
19+
ENV REVIEWDOG_VERSION=v0.14.1
2020
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
2121

2222
COPY earlybird/binaries/go-earlybird-linux /bin/go-earlybird

0 commit comments

Comments
 (0)