Compare commits

..

No commits in common. "8571dab550d18ba94fabab9c4517fadcedcf27b0" and "57278ab9c1df61749bc906b73a6214af02a7953f" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ FROM python:3
RUN mkdir -p /data/pre-commit-cache
ENV PRE_COMMIT_HOME=/data/pre-commit-cache
RUN pip install --no-cache-dir pre-commit==2.10.0
RUN pip install pre-commit==2.10.0
CMD ["pre-commit", "run", "--all-files"]

View File

@ -1,6 +1,6 @@
#! /bin/bash
set -ex
VERSION=v1.37.0
VERSION=v1.35.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "/usr/bin" "${VERSION}"

View File

@ -1,6 +1,6 @@
#! /bin/bash
set -ex
VERSION=v1.22.1
VERSION=v1.18.0
wget -q -L -O /usr/bin/hadolint "https://github.com/hadolint/hadolint/releases/download/${VERSION}/hadolint-Linux-x86_64"
chmod +x /usr/bin/hadolint