From f3be39de43e7a59bf44bca69ffdd61775cefe558 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 8 Aug 2022 12:29:27 +0000 Subject: [PATCH] bug: Fix k3s version when building the image --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 80d5e00..7f9d00a 100644 --- a/Earthfile +++ b/Earthfile @@ -226,7 +226,7 @@ docker: IF [ "$K3S_VERSION" = "" ] ARG OS_VERSION=c3OS${C3OS_VERSION} ELSE - ARG OS_VERSION=${K3S_VERSION}+k3s1-c3OS${C3OS_VERSION} + ARG OS_VERSION=${K3S_VERSION}-c3OS${C3OS_VERSION} END ARG OS_ID