Skip to content

Commit

Permalink
fix(container): update image alpine ( 3.20.1 → 3.20.2 )
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | alpine  | 3.20.1 | 3.20.2 |


Signed-off-by: Jeff Billimek <billimek@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent d0046f5 commit ef9ef61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/taskfiles/WipeJob.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef9ef61

Please sign in to comment.