From 568d0e53531b2be225fdf948de8343eccd4d2240 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 09:38:15 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.14.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11a4cb3..40c15c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM openjdk:19-alpine ENV REDPEN_VERSION=1.10.4 # reviewdog -ENV REVIEWDOG_VERSION=v0.14.1 +ENV REVIEWDOG_VERSION=v0.14.2 RUN apk --update add git curl jq wget && \ rm -rf /var/lib/apt/lists/* && \