From b68e5775ce8dd899e9f1f4bf66d14786c788a4d6 Mon Sep 17 00:00:00 2001 From: Shawn Wilsher <656602+sdwilsh@users.noreply.github.com> Date: Thu, 9 Feb 2023 00:37:31 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Mange=20the=20version=20of=20qua?= =?UTF-8?q?y.io/kairos/osbuilder-tools=20with=20renovate=20(#850)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mange the version of quay.io/kairos/osbuilder-tools with renovate This should trigger an update in short order as the current version of this image is v0.5.2. Signed-off-by: Shawn Wilsher <656602+sdwilsh@users.noreply.github.com> --- Earthfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 11f0642..035d3b4 100644 --- a/Earthfile +++ b/Earthfile @@ -18,7 +18,9 @@ ELSE END ARG COSIGN_EXPERIMENTAL=0 ARG CGO_ENABLED=0 -ARG OSBUILDER_IMAGE=quay.io/kairos/osbuilder-tools:v0.3.3 +# renovate: datasource=docker depName=quay.io/kairos/osbuilder-tools versioning=semver-coerced +ARG OSBUILDER_VERSION=v0.3.3 +ARG OSBUILDER_IMAGE=quay.io/kairos/osbuilder-tools:$OSBUILDER_VERSION ARG GOLINT_VERSION=1.47.3 # renovate: datasource=docker depName=golang ARG GO_VERSION=1.18