From f1677f9fa3aef88cf7dbb50cfe92a62b5c9ec4c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:36:41 +0100 Subject: [PATCH] chore(deps): update default checkstyle to 10.12.7 (#58) Co-authored-by: dbelyaev --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dfd7892..1b02f4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM eclipse-temurin:21-jre-alpine ENV REVIEWDOG_VERSION v0.16.0 -ENV CHECKSTYLE_VERSION 10.12.6 +ENV CHECKSTYLE_VERSION 10.12.7 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]