Skip to content

Commit

Permalink
Update BigQuery Emulator to 0.4.4-11 (#6537)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Sep 6, 2024
1 parent ac79f4e commit 192d065
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-10": {
"digest": "sha256:a0525cac414221d3cb53879f8f3d88a17c4dd4800e75e005a4053cc19c088850",
"id": "sha256:fd458c2cb02e0043c3a410258ff2d8e50d29dd93e679ae919348c429bf913f33",
"docker.io/ucscgi/azul-bigquery-emulator:0.4.4-11": {
"digest": "sha256:6ac04e59c348492f011daea741150a45a5748b08f735a5f8b694a4f6ebc00eec",
"id": "sha256:c5cdaeeed9e3b88ebf3a7f45af82b37093907071eecde3e1d05b355d0fac423e",
"platform": "linux/amd64"
},
"docker.io/clamav/clamav:1.4.0-1": {
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-10',
'ref': 'docker.io/ucscgi/azul-bigquery-emulator:0.4.4-11',
'url': 'https://hub.docker.com/repository/docker/ucscgi/azul-bigquery-emulator',
'is_custom': True
},
Expand Down

0 comments on commit 192d065

Please sign in to comment.