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