From 1794f226fbb832cf4def7856ce0294dc801ba5c1 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 28 Mar 2024 18:10:27 +0100 Subject: [PATCH] bump framework image (#2407) Signed-off-by: Ettore Di Giacinto --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index cebad376b..1fd3a76ff 100644 --- a/Earthfile +++ b/Earthfile @@ -9,7 +9,7 @@ ARG LUET_VERSION=0.35.1 # renovate: datasource=docker depName=aquasec/trivy ARG TRIVY_VERSION=0.49.1 # renovate: datasource=github-releases depName=kairos-io/kairos-framework -ARG KAIROS_FRAMEWORK_VERSION=v2.7.19 +ARG KAIROS_FRAMEWORK_VERSION=v2.7.20 ARG COSIGN_SKIP=".*quay.io/kairos/.*" # TODO: rename ISO_NAME to something like ARTIFACT_NAME because there are place where we use ISO_NAME to refer to the artifact name