Skip to content

Commit

Permalink
bumps reviewdog to v0.14.2 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiesmann authored Nov 2, 2023
1 parent 3a9588a commit c41d319
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.3"
# https://github.com/reviewdog/reviewdog/releases
ARG REVIEWDOG_VERSION="0.14.1"
ARG REVIEWDOG_VERSION="0.14.2"

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 c41d319

Please sign in to comment.