diff --git a/Earthfile b/Earthfile index 5ae2f6ca1af..12cea91b81b 100644 --- a/Earthfile +++ b/Earthfile @@ -1,8 +1,8 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.3 AS mdlint-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.3 AS cspell-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.3 AS postgresql-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.6 AS mdlint-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.6 AS cspell-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.6 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 de96262a8e4..5c15e202f96 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.3 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.6 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 78bee7fdace..3b8cef9e9ee 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.3 AS postgresql-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.6 AS postgresql-ci # cspell: words diff --git a/catalyst-gateway/tests/Earthfile b/catalyst-gateway/tests/Earthfile index cbd7d124208..a76b83c0806 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.3 AS spectral-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.6.6 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 48f2eb6054d..41ac2d270d6 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.3 AS python-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.6 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 16d61730145..bc1152a6851 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.3 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.6 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 e1cb89e6a7e..1331c92e748 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.3 AS flutter-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.6.3 AS playwright-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.6 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.6.6 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 8721edb8908..0074af5334e 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.3 AS flutter-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.3 AS flutter_rust_bridge +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.6 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.6 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 07eebe6e4e1..e594aa1f5e0 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.3 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.6 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 be5a3268b0d..72610100f44 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.3 AS flutter-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.3 AS flutter_rust_bridge +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.6 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.6 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 07eebe6e4e1..e594aa1f5e0 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.3 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.6 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 468ddb195ce..3803f6e1550 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.3 AS flutter-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.6 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 398970d361c..44f19622024 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.3 AS docs-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.6 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 0b2988b664e..af7acde8e65 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.3 AS docs-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.6.6 AS docs-ci # update-docs-dev-script: get the latest docs dev script from CI. update-docs-dev-script: