From e2c3defbdffb90f44845d5a57a53c0c0a7b08b08 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 6 May 2021 08:37:25 +0300 Subject: [PATCH] Update versions --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bb35514..8d15d20f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,11 +6,11 @@ repos: - id: check-yaml files: .*\.(yaml|yml)$ - repo: https://github.com/hadolint/hadolint.git - rev: v2.1.0 + rev: v2.3.0 hooks: - id: hadolint-docker # FIXME: remove after https://github.com/hadolint/hadolint/issues/628 is resolved - entry: hadolint/hadolint:v2.1.0 hadolint + entry: hadolint/hadolint:v2.3.0 hadolint exclude: Dockerfile.ppc64le|Dockerfile.ppc64le.patch - repo: https://github.com/adrienverge/yamllint.git rev: v1.26.1