diff --git a/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml b/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml index 9212be99ab..29b44b2a23 100644 --- a/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml +++ b/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml @@ -20,7 +20,7 @@ networks: services: rest: - image: apache/iceberg-rest-fixture:1.9.2 + image: apache/iceberg-rest-fixture:1.10.0 environment: - AWS_ACCESS_KEY_ID=admin - AWS_SECRET_ACCESS_KEY=password diff --git a/crates/integration_tests/testdata/docker-compose.yaml b/crates/integration_tests/testdata/docker-compose.yaml index e2f9b7da36..cf0240d1a5 100644 --- a/crates/integration_tests/testdata/docker-compose.yaml +++ b/crates/integration_tests/testdata/docker-compose.yaml @@ -20,7 +20,7 @@ networks: services: rest: - image: apache/iceberg-rest-fixture:1.9.2 + image: apache/iceberg-rest-fixture:1.10.0 environment: - AWS_ACCESS_KEY_ID=admin - AWS_SECRET_ACCESS_KEY=password