From 7ca47b141450c8fb48a9614934c6237448246b55 Mon Sep 17 00:00:00 2001 From: Alex Pozhylenkov Date: Fri, 12 Apr 2024 16:51:15 +0300 Subject: [PATCH] fix package-preprod-snapshot earthly version (#409) --- catalyst-gateway/tests/api_tests/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst-gateway/tests/api_tests/Earthfile b/catalyst-gateway/tests/api_tests/Earthfile index fda7ca6f273c..2b5c99fb708d 100644 --- a/catalyst-gateway/tests/api_tests/Earthfile +++ b/catalyst-gateway/tests/api_tests/Earthfile @@ -16,7 +16,7 @@ cat-gateway-test: FROM ../../+package-cat-gateway --address=$CAT_ADDRESS --db_url=$DB_URL --log_level=$LOG_LEVEL # copy preprod mithril snapshot to /tmp/preprod dir - COPY github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:feat/update-preprod+package-preprod-snapshot/snapshot /tmp/preprod + COPY github.com/input-output-hk/catalyst-ci/earthly/mithril_snapshot:v2.11.1+package-preprod-snapshot/snapshot /tmp/preprod SAVE IMAGE cat-gateway-test:latest