hadolint 1.17.7 → 1.18.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~language-dockerPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: language-docker
API changes (from Hackage documentation)
Files
- hadolint.cabal +5/−5
hadolint.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: a1cf269c7eda7453c8b51b28ba7e7c03f2a817da2cafa39da2a5523c59650a47+-- hash: 417883d2c2a9328b25a066609f646f6e0169178dd2f403009304327ddeef2720 name: hadolint-version: 1.17.7+version: 1.18.0 synopsis: Dockerfile Linter JavaScript API description: A smarter Dockerfile linter that helps you build best practice Docker images. category: Development@@ -57,7 +57,7 @@ , containers , directory >=1.3.0 , filepath- , language-docker >=9.0.0 && <10+ , language-docker >=9.1.0 && <10 , megaparsec >=7.0 , mtl , split >=0.2@@ -77,7 +77,7 @@ , containers , gitrev >=1.3.1 , hadolint- , language-docker >=9.0.0 && <10+ , language-docker >=9.1.0 && <10 , megaparsec >=7.0 , optparse-applicative >=0.14.0 , text@@ -103,7 +103,7 @@ , bytestring >=0.10 , hadolint , hspec- , language-docker >=9.0.0 && <10+ , language-docker >=9.1.0 && <10 , megaparsec >=7.0 , split >=0.2 , text