From ef9ef61785e043a36bf17037f6fa0158d2513efa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:04:19 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20alpine=20(?= =?UTF-8?q?=203.20.1=20=E2=86=92=203.20.2=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | alpine | 3.20.1 | 3.20.2 | Signed-off-by: Jeff Billimek --- .github/taskfiles/WipeJob.tmpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/taskfiles/WipeJob.tmpl.yaml b/.github/taskfiles/WipeJob.tmpl.yaml index c5b7e1c200b..8b6d54f8249 100644 --- a/.github/taskfiles/WipeJob.tmpl.yaml +++ b/.github/taskfiles/WipeJob.tmpl.yaml @@ -12,7 +12,7 @@ spec: restartPolicy: OnFailure containers: - name: wipe - image: alpine:3.20.1 + image: alpine:3.20.2 command: ["/bin/sh", "-c", "cd /config; find . -delete"] volumeMounts: - name: config