diff --git a/Earthfile b/Earthfile index bf974d9fdb0..6f27340d814 100644 --- a/Earthfile +++ b/Earthfile @@ -1,8 +1,8 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.2 AS mdlint-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.2 AS cspell-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.2 AS postgresql-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.5 AS mdlint-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.5 AS cspell-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.5 AS postgresql-ci ARG --global REGISTRY="harbor.shared-services.projectcatalyst.io/dockerhub/library" FROM ${REGISTRY}/debian:stable-slim diff --git a/catalyst-gateway/Earthfile b/catalyst-gateway/Earthfile index 76e387d4f02..9559275d141 100644 --- a/catalyst-gateway/Earthfile +++ b/catalyst-gateway/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.2 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.5 AS rust-ci IMPORT ../ AS repo-ci IMPORT github.com/input-output-hk/catalyst-voices/catalyst-gateway:main AS cat-gateway-main diff --git a/catalyst-gateway/event-db/Earthfile b/catalyst-gateway/event-db/Earthfile index 66988ddc7c5..117bc1fa1af 100644 --- a/catalyst-gateway/event-db/Earthfile +++ b/catalyst-gateway/event-db/Earthfile @@ -3,7 +3,7 @@ # the database and its associated software. VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.2 AS postgresql-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.5 AS postgresql-ci # cspell: words diff --git a/catalyst-gateway/tests/Earthfile b/catalyst-gateway/tests/Earthfile index f76ddc6d3b7..10ed287e41a 100644 --- a/catalyst-gateway/tests/Earthfile +++ b/catalyst-gateway/tests/Earthfile @@ -1,7 +1,7 @@ # cspell: words unittests socat VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.6.2 AS spectral-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.6.5 AS spectral-ci IMPORT .. AS gateway # build all necessary docker images required to run `docker-compose.yml` services diff --git a/catalyst-gateway/tests/api_tests/Earthfile b/catalyst-gateway/tests/api_tests/Earthfile index fab8b10c551..8a8c62753d1 100644 --- a/catalyst-gateway/tests/api_tests/Earthfile +++ b/catalyst-gateway/tests/api_tests/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.2 AS python-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.5 AS python-ci IMPORT github.com/input-output-hk/catalyst-libs/rust:catalyst-signed-doc/v0.0.8 AS cat-libs-rust IMPORT github.com/input-output-hk/catalyst-libs/rust:catalyst-signed-doc/v.0.0.4-fix-earthly-build AS dep-cat-libs-rust IMPORT github.com/input-output-hk/catalyst-storage AS cat-storage diff --git a/catalyst_voices/Earthfile b/catalyst_voices/Earthfile index 74b33ec3fe0..6bc23df8466 100644 --- a/catalyst_voices/Earthfile +++ b/catalyst_voices/Earthfile @@ -2,7 +2,7 @@ VERSION 0.8 IMPORT ../ AS repo-ci IMPORT ../catalyst-gateway AS catalyst-gateway -IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.2 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.5 AS flutter-ci # repo-catalyst-voices - Creates artifacts of all configuration files, # packages and folders related to catalyst_voices frontend. diff --git a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile index 7c4ff10899c..ed275e7c700 100644 --- a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile +++ b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.2 AS flutter-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.6.2 AS playwright-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.5 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.6.5 AS playwright-ci ARG --global REGISTRY="harbor.shared-services.projectcatalyst.io/dockerhub/" diff --git a/catalyst_voices/packages/libs/catalyst_compression/Earthfile b/catalyst_voices/packages/libs/catalyst_compression/Earthfile index 1490003c01a..ddf606ee854 100644 --- a/catalyst_voices/packages/libs/catalyst_compression/Earthfile +++ b/catalyst_voices/packages/libs/catalyst_compression/Earthfile @@ -1,8 +1,8 @@ VERSION 0.8 IMPORT ../../../ AS catalyst-voices -IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.2 AS flutter-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.2 AS flutter_rust_bridge +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.5 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.5 AS flutter_rust_bridge builder: FROM flutter_rust_bridge+builder diff --git a/catalyst_voices/packages/libs/catalyst_compression/rust/Earthfile b/catalyst_voices/packages/libs/catalyst_compression/rust/Earthfile index c8ca39c6eea..25a68a87024 100644 --- a/catalyst_voices/packages/libs/catalyst_compression/rust/Earthfile +++ b/catalyst_voices/packages/libs/catalyst_compression/rust/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.2 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.5 AS rust-ci IMPORT ../ AS flutter-rust-bridge # builder : Setup the builder diff --git a/catalyst_voices/packages/libs/catalyst_key_derivation/Earthfile b/catalyst_voices/packages/libs/catalyst_key_derivation/Earthfile index 0baa5c2f135..0bae632e4c7 100644 --- a/catalyst_voices/packages/libs/catalyst_key_derivation/Earthfile +++ b/catalyst_voices/packages/libs/catalyst_key_derivation/Earthfile @@ -1,8 +1,8 @@ VERSION 0.8 IMPORT ../../../ AS catalyst-voices -IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.2 AS flutter-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.2 AS flutter_rust_bridge +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.5 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.5 AS flutter_rust_bridge builder: FROM flutter_rust_bridge+builder diff --git a/catalyst_voices/packages/libs/catalyst_key_derivation/rust/Earthfile b/catalyst_voices/packages/libs/catalyst_key_derivation/rust/Earthfile index c8ca39c6eea..25a68a87024 100644 --- a/catalyst_voices/packages/libs/catalyst_key_derivation/rust/Earthfile +++ b/catalyst_voices/packages/libs/catalyst_key_derivation/rust/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.2 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.5 AS rust-ci IMPORT ../ AS flutter-rust-bridge # builder : Setup the builder diff --git a/catalyst_voices/utilities/uikit_example/Earthfile b/catalyst_voices/utilities/uikit_example/Earthfile index fef95eeb208..a79479f4c18 100644 --- a/catalyst_voices/utilities/uikit_example/Earthfile +++ b/catalyst_voices/utilities/uikit_example/Earthfile @@ -1,7 +1,7 @@ VERSION 0.8 IMPORT ../../ AS catalyst-voices -IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.2 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.5 AS flutter-ci # local-build-web - build web version of UIKit example. # Prefixed by "local" to make sure it's not auto triggered, the target was diff --git a/docs/Earthfile b/docs/Earthfile index b414f7bd08a..c87f0a99e54 100644 --- a/docs/Earthfile +++ b/docs/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.2 AS docs-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.5 AS docs-ci IMPORT .. AS repo IMPORT ../catalyst-gateway AS catalyst-gateway diff --git a/utilities/docs-preview/Earthfile b/utilities/docs-preview/Earthfile index 2d6a592e175..d0a173c1402 100644 --- a/utilities/docs-preview/Earthfile +++ b/utilities/docs-preview/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.2 AS docs-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.5 AS docs-ci # update-docs-dev-script: get the latest docs dev script from CI. update-docs-dev-script: