mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Bump hadolint/eclint version (#3371)
This commit is contained in:
parent
3d6260adf8
commit
5c504a5741
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue