From d0cdbf494a234d9b65d7d1021714ecad5b236eff Mon Sep 17 00:00:00 2001 From: Abraham Chavez Date: Wed, 5 Feb 2025 10:53:46 -0800 Subject: [PATCH] Update BigQuery Emulator to 0.4.4-23 (#6874) --- docker_images.json | 6 +++--- environment.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker_images.json b/docker_images.json index 44dd82f816..b614f373cd 100644 --- a/docker_images.json +++ b/docker_images.json @@ -63,9 +63,9 @@ } } }, - "docker.io/ucscgi/azul-bigquery-emulator:0.4.4-22": { - "digest": "sha256:73136ff0770d78a319ea0ffccac33bca59febba3e37dd887fde0ccc4155fb740", - "id": "sha256:5cc13d4dc2a08872dbdb8beb19d28b13cbd2b8d233326e6760465fcee760a94f", + "docker.io/ucscgi/azul-bigquery-emulator:0.4.4-23": { + "digest": "sha256:7cc2a338d78f06e5ac397faa2e7f7524c375d8e63ca7ea6f6f863c8be4088a43", + "id": "sha256:0ad0f5ef87496801a8885b2c6b561d1f1f6f670e18b1cf4abaa1b384dbf704c2", "platform": "linux/amd64" }, "docker.io/clamav/clamav:1.4.2-23": { diff --git a/environment.py b/environment.py index cc28b04c42..eae465acc9 100644 --- a/environment.py +++ b/environment.py @@ -306,7 +306,7 @@ def env() -> Mapping[str, Optional[str]]: 'is_custom': True }, 'bigquery_emulator': { - 'ref': 'docker.io/ucscgi/azul-bigquery-emulator:0.4.4-22', + 'ref': 'docker.io/ucscgi/azul-bigquery-emulator:0.4.4-23', 'url': 'https://hub.docker.com/repository/docker/ucscgi/azul-bigquery-emulator', 'is_custom': True },