From 2ae1f21eb021d36936e0aa25e2600a0a6b870476 Mon Sep 17 00:00:00 2001 From: Daniel Sotirhos Date: Wed, 16 Oct 2024 15:10:02 -0700 Subject: [PATCH] Update BigQuery Emulator to 0.4.4-15 (#6629) --- 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 abf67f9d4..4f39fef82 100644 --- a/docker_images.json +++ b/docker_images.json @@ -63,9 +63,9 @@ } } }, - "docker.io/ucscgi/azul-bigquery-emulator:0.4.4-14": { - "digest": "sha256:bf4f328925873d9c14b09580adeec42e7be0759cb1ddabd1a2bd4f2a05262209", - "id": "sha256:2c3a13cd3e66684865463abda38a2d170b3201e97752aff474b8a7c15f761f22", + "docker.io/ucscgi/azul-bigquery-emulator:0.4.4-15": { + "digest": "sha256:0a1db5a846b22f8f624dc6bc94176fe2d4a83d7983641feeb3d0494f843ca252", + "id": "sha256:55d5d0de5b99927af4e87033e1cfbd6c339f091f35dcc3966a73da1f72c1dae2", "platform": "linux/amd64" }, "docker.io/clamav/clamav:1.4.1-7": { diff --git a/environment.py b/environment.py index 0529a20c3..0d180ab30 100644 --- a/environment.py +++ b/environment.py @@ -293,7 +293,7 @@ def env() -> Mapping[str, Optional[str]]: 'is_custom': True }, 'bigquery_emulator': { - 'ref': 'docker.io/ucscgi/azul-bigquery-emulator:0.4.4-14', + 'ref': 'docker.io/ucscgi/azul-bigquery-emulator:0.4.4-15', 'url': 'https://hub.docker.com/repository/docker/ucscgi/azul-bigquery-emulator', 'is_custom': True },