Skip to content

Commit b38c0e6

Browse files
committed
ci(hadolint): upgrade hadolint image (#180)
1 parent 531af39 commit b38c0e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of cernopendata-client.
44
#
5-
# Copyright (C) 2019, 2020, 2021, 2023, 2024, 2025 CERN.
5+
# Copyright (C) 2019, 2020, 2021, 2023, 2024, 2025, 2026 CERN.
66
#
77
# cernopendata-client is free software; you can redistribute it and/or modify
88
# it under the terms of the GPLv3 license; see LICENSE file for more details.
@@ -65,7 +65,7 @@ lint_manifest() {
6565
}
6666

6767
lint_hadolint() {
68-
docker run -i --rm docker.io/hadolint/hadolint:v2.12.0 <Dockerfile
68+
docker run -i --rm docker.io/hadolint/hadolint:v2.14.0 <Dockerfile
6969
}
7070

7171
docker_build() {

0 commit comments

Comments
 (0)