We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fabd3e commit 94c86c7Copy full SHA for 94c86c7
utils/src/constants.rs
@@ -81,7 +81,7 @@ pub const BLUE_BUILD: &str = "bluebuild";
81
pub const BUILD_SCRIPTS_IMAGE_REF: &str = "ghcr.io/blue-build/cli/build-scripts";
82
pub const BLUE_BULID_IMAGE_REF: &str = "ghcr.io/blue-build/cli";
83
pub const BLUE_BUILD_MODULE_IMAGE_REF: &str = "ghcr.io/blue-build/modules";
84
-pub const COSIGN_IMAGE: &str = "ghcr.io/sigstore/cosign/cosign:v2.5.2";
+pub const COSIGN_IMAGE: &str = "ghcr.io/sigstore/cosign/cosign:v2.5.3";
85
pub const NUSHELL_IMAGE: &str = "ghcr.io/blue-build/nushell-image";
86
pub const OCI_ARCHIVE: &str = "oci-archive";
87
pub const OSTREE_IMAGE_SIGNED: &str = "ostree-image-signed";
0 commit comments