1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-04-19 22:53:53 +02:00

Bump hadolint/eclint version (#3371)

This commit is contained in:
Casper 2023-05-28 22:48:11 +02:00 committed by GitHub
parent 3d6260adf8
commit 5c504a5741
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -123,6 +123,7 @@ RUN <<EOF
EOF
# overcomplication necessary for CI
# hadolint ignore=SC2086
RUN <<EOF
for _ in {1..10}; do
su - amavis -c "razor-admin -create"

View File

@ -9,8 +9,8 @@ shopt -s inherit_errexit
REPOSITORY_ROOT=$(realpath "$(dirname "$(readlink -f "${0}")")"/../../)
LOG_LEVEL=${LOG_LEVEL:-debug}
HADOLINT_VERSION='2.9.2'
ECLINT_VERSION='2.4.0'
HADOLINT_VERSION='2.12.0'
ECLINT_VERSION='2.7.0'
SHELLCHECK_VERSION='0.9.0'
# shellcheck source=./../../target/scripts/helpers/log.sh