We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9ce8d commit 0beeae4Copy full SHA for 0beeae4
.github/workflows/build.yml
@@ -21,7 +21,7 @@ env:
21
# value isn't reflected in the tag for this image, you also need to bump the
22
# internal version below when changing this variable.
23
#
24
- azul_docker_bigquery_emulator_base_image_tag: bookworm-20241223
+ azul_docker_bigquery_emulator_base_image_tag: bookworm-20250113
25
26
# The version where this repo diverges from the upstream repo.
27
@@ -34,7 +34,7 @@ env:
34
# Both this value (internal_version) and the combined value (upstream_version
35
# + internal_version) will be passed as arguments to the Dockerfile.
36
37
- azul_docker_bigquery_emulator_internal_version: 20
+ azul_docker_bigquery_emulator_internal_version: 21
38
39
jobs:
40
build-image:
0 commit comments