Skip to content

Commit 7f1c7ff

Browse files
committed
cosign was updated to 3
1 parent 6612a60 commit 7f1c7ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bci_tester/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ def create_BCI(
912912
custom_entry_point="/bin/sh",
913913
)
914914

915-
_COSIGN_VERSION: str = "latest" if OS_VERSION == "tumbleweed" else "2.5"
915+
_COSIGN_VERSION: str = "latest" if OS_VERSION == "tumbleweed" else "3"
916916
COSIGN_CONTAINERS = [
917917
create_BCI(
918918
build_tag=f"{APP_CONTAINER_PREFIX}/cosign:{_COSIGN_VERSION}",

0 commit comments

Comments
 (0)