From 4a87ddbefcad797ce4f920d8ab7f41705b9ca38b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:07:05 +0200 Subject: [PATCH] chore(deps): update default checkstyle to 10.18.2 (#249) Co-authored-by: dbelyaev <6915328+dbelyaev@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e48f88..a771a18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM eclipse-temurin:21.0.4_7-jre-alpine@sha256:8cc1202a100e72f6e91bf05ab274b373a5def789ab6d9e3e293a61236662ac27 ENV REVIEWDOG_VERSION=v0.20.2 -ENV CHECKSTYLE_VERSION=10.18.1 +ENV CHECKSTYLE_VERSION=10.18.2 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]