Skip to content

Commit a82ccf0

Browse files
catalyst-cibotcatalyst-cibot
andauthored
chore(catalyst-ci): Update catalyst-ci to v3.6.2 (#3732)
Co-authored-by: catalyst-cibot <[email protected]>
1 parent e4e1b13 commit a82ccf0

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed

Earthfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.1 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.1 AS cspell-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.1 AS postgresql-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.6.2 AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.6.2 AS cspell-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.2 AS postgresql-ci
66

77
ARG --global REGISTRY="harbor.shared-services.projectcatalyst.io/dockerhub/library"
88
FROM ${REGISTRY}/debian:stable-slim

catalyst-gateway/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.1 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.2 AS rust-ci
44
IMPORT ../ AS repo-ci
55
IMPORT github.com/input-output-hk/catalyst-voices/catalyst-gateway:main AS cat-gateway-main
66

catalyst-gateway/event-db/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# the database and its associated software.
44
VERSION 0.8
55

6-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.1 AS postgresql-ci
6+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/postgresql:v3.6.2 AS postgresql-ci
77

88
# cspell: words
99

catalyst-gateway/tests/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cspell: words unittests socat
22

33
VERSION 0.8
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.6.1 AS spectral-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/spectral:v3.6.2 AS spectral-ci
55
IMPORT .. AS gateway
66

77
# build all necessary docker images required to run `docker-compose.yml` services

catalyst-gateway/tests/api_tests/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.1 AS python-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.6.2 AS python-ci
44
IMPORT github.com/input-output-hk/catalyst-libs/rust:catalyst-signed-doc/v0.0.8 AS cat-libs-rust
55
IMPORT github.com/input-output-hk/catalyst-libs/rust:catalyst-signed-doc/v.0.0.4-fix-earthly-build AS dep-cat-libs-rust
66
IMPORT github.com/input-output-hk/catalyst-storage AS cat-storage

catalyst_voices/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ VERSION 0.8
22

33
IMPORT ../ AS repo-ci
44
IMPORT ../catalyst-gateway AS catalyst-gateway
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.1 AS flutter-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.2 AS flutter-ci
66

77
# repo-catalyst-voices - Creates artifacts of all configuration files,
88
# packages and folders related to catalyst_voices frontend.

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
2-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.1 AS flutter-ci
3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.6.1 AS playwright-ci
2+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.2 AS flutter-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/playwright:v3.6.2 AS playwright-ci
44

55
ARG --global REGISTRY="harbor.shared-services.projectcatalyst.io/dockerhub/"
66

catalyst_voices/packages/libs/catalyst_compression/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
VERSION 0.8
22

33
IMPORT ../../../ AS catalyst-voices
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.1 AS flutter-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.1 AS flutter_rust_bridge
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.2 AS flutter-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.2 AS flutter_rust_bridge
66

77
builder:
88
FROM flutter_rust_bridge+builder

catalyst_voices/packages/libs/catalyst_compression/rust/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.1 AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.6.2 AS rust-ci
44
IMPORT ../ AS flutter-rust-bridge
55

66
# builder : Setup the builder

catalyst_voices/packages/libs/catalyst_key_derivation/Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
VERSION 0.8
22

33
IMPORT ../../../ AS catalyst-voices
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.1 AS flutter-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.1 AS flutter_rust_bridge
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter:v3.6.2 AS flutter-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/flutter_rust_bridge:v3.6.2 AS flutter_rust_bridge
66

77
builder:
88
FROM flutter_rust_bridge+builder

0 commit comments

Comments
 (0)