From 17d5a62cc09d8683cd85bcfc1c5dee7c1173939f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:14:14 +0100 Subject: [PATCH] build(docker): bump yoheimuta/protolint from 0.47.0 to 0.47.2 (#5034) Bumps yoheimuta/protolint from 0.47.0 to 0.47.2. --- updated-dependencies: - dependency-name: yoheimuta/protolint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74ed4db6..8dd95968 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ FROM mvdan/shfmt:v3.7.0 as shfmt FROM rhysd/actionlint:1.6.26 as actionlint FROM scalameta/scalafmt:v3.7.17 as scalafmt FROM zricethezav/gitleaks:v8.18.1 as gitleaks -FROM yoheimuta/protolint:0.47.0 as protolint +FROM yoheimuta/protolint:0.47.2 as protolint FROM python:3.12.1-alpine3.19 as base_image