diff --git a/documentation-samples/datalakehouse/docker-compose.yml b/documentation-samples/datalakehouse/docker-compose.yml index 9534514..1f1499d 100644 --- a/documentation-samples/datalakehouse/docker-compose.yml +++ b/documentation-samples/datalakehouse/docker-compose.yml @@ -49,7 +49,7 @@ services: retries: 3 metastore_db: - image: postgres:11 + image: postgres:17.5 hostname: metastore_db environment: POSTGRES_USER: hive @@ -148,7 +148,7 @@ services: HUDI_CONF_DIR: /etc/hudi/conf postgresql: - image: quay.io/debezium/postgres:16 + image: quay.io/debezium/postgres:17 restart: always environment: POSTGRES_PASSWORD: postgres diff --git a/documentation-samples/deltalake/docker-compose.yml b/documentation-samples/deltalake/docker-compose.yml index 04bab49..f9941b4 100644 --- a/documentation-samples/deltalake/docker-compose.yml +++ b/documentation-samples/deltalake/docker-compose.yml @@ -49,7 +49,7 @@ services: retries: 3 metastore_db: - image: postgres:11 + image: postgres:17.5 hostname: metastore_db environment: POSTGRES_USER: hive diff --git a/documentation-samples/hudi/docker-compose.yml b/documentation-samples/hudi/docker-compose.yml index 79a1be4..5f8475b 100644 --- a/documentation-samples/hudi/docker-compose.yml +++ b/documentation-samples/hudi/docker-compose.yml @@ -49,7 +49,7 @@ services: retries: 3 metastore_db: - image: postgres:11 + image: postgres:17.5 hostname: metastore_db environment: POSTGRES_USER: hive