Skip to content

Commit

Permalink
Update to v0.1.29 of image-builder (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosser committed May 30, 2024
1 parent 436bcf2 commit 8b18b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/cmd/image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def validate_version(_, __, value):
@click.option(
"--image-builder-version",
show_default=True,
default="v0.1.25",
default="v0.1.29",
help="Image builder tag (or commit) to use for building image",
)
def main(ctx: click.Context, operating_system, version, image_builder_version):
Expand Down

0 comments on commit 8b18b60

Please sign in to comment.