Skip to content

Commit

Permalink
Update reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
alaegin authored May 16, 2024
1 parent dab510f commit 3e2eaea
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 @@ -3,7 +3,7 @@ FROM alpine:3.13.1
# https://github.com/detekt/detekt/releases
ARG DETEKT_VERSION="1.23.6"
# https://github.com/reviewdog/reviewdog/releases
ARG REVIEWDOG_VERSION="0.14.2"
ARG REVIEWDOG_VERSION="0.17.4"

ARG DETEKT_FILE_NAME="detekt-cli-${DETEKT_VERSION}-all.jar"
ARG DETEKT_URL="https://github.com/detekt/detekt/releases/download/v${DETEKT_VERSION}/${DETEKT_FILE_NAME}"
Expand Down

0 comments on commit 3e2eaea

Please sign in to comment.