Skip to content

Commit

Permalink
Update BigQuery Emulator to 0.4.4-12 (#6570)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Sep 17, 2024
1 parent 168bfbd commit 21a3e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
}
}
},
"docker.io/ucscgi/azul-bigquery-emulator:0.4.4-11": {
"digest": "sha256:6ac04e59c348492f011daea741150a45a5748b08f735a5f8b694a4f6ebc00eec",
"id": "sha256:c5cdaeeed9e3b88ebf3a7f45af82b37093907071eecde3e1d05b355d0fac423e",
"docker.io/ucscgi/azul-bigquery-emulator:0.4.4-12": {
"digest": "sha256:d4e072251a7fb277b6dfc389502fc4a68083c766991e6b3dd4df179243adcf50",
"id": "sha256:930b511738bf092007f4627197dc7ae4cd325246c197856475f63d1f817bb581",
"platform": "linux/amd64"
},
"docker.io/clamav/clamav:1.4.1-4": {
Expand Down
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def env() -> Mapping[str, Optional[str]]:
'is_custom': True
},
'bigquery_emulator': {
'ref': 'docker.io/ucscgi/azul-bigquery-emulator:0.4.4-11',
'ref': 'docker.io/ucscgi/azul-bigquery-emulator:0.4.4-12',
'url': 'https://hub.docker.com/repository/docker/ucscgi/azul-bigquery-emulator',
'is_custom': True
},
Expand Down

0 comments on commit 21a3e4e

Please sign in to comment.