Skip to content

Commit

Permalink
Update util for testing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
squidarth committed Nov 15, 2023
1 parent 663b616 commit 2c31fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truss/contexts/image_builder/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This needs to be updated whenever we want to update
# base images on a merge. Updating this version will cause
# base images to be pushed with this tag.
TRUSS_BASE_IMAGE_VERSION_TAG = "v0.7.16"
TRUSS_BASE_IMAGE_VERSION_TAG = "v0.7.16rc1"


def file_is_empty(path: Path, ignore_hash_style_comments: bool = True) -> bool:
Expand Down

0 comments on commit 2c31fd2

Please sign in to comment.