diff --git a/catalyst-gateway/Earthfile b/catalyst-gateway/Earthfile index 8e8b7a4660a..42cc3ecea0c 100644 --- a/catalyst-gateway/Earthfile +++ b/catalyst-gateway/Earthfile @@ -111,11 +111,11 @@ test: # test-lint-openapi - OpenAPI linting from an artifact # testing whether the OpenAPI generated during build stage follows good practice. test-lint-openapi: - FROM github.com/input-output-hk/catalyst-ci/earthly/spectral:feat/openapi-lint+spectral-base + FROM github.com/input-output-hk/catalyst-ci/earthly/spectral:v2.4.0+spectral-base # Copy the doc artifact. COPY +hosted-build/doc ./doc # Scan the doc directory where type of file is JSON. - DO github.com/input-output-hk/catalyst-ci/earthly/spectral:feat/openapi-lint+BUILD_SPECTRAL --dir=./doc --file_type="json" + DO github.com/input-output-hk/catalyst-ci/earthly/spectral:v2.4.0+BUILD_SPECTRAL --dir=./doc --file_type="json" # Publish packages if all integration tests have passed. (Failure to pass tests will prevent packages being published.) # publish: