Skip to content

Commit 7c34187

Browse files
fix(container): update image public.ecr.aws/docker/library/alpine ( 3.24.0 → 3.24.1 )
| datasource | package | from | to | | ---------- | ------------------------------------ | ------ | ------ | | docker | public.ecr.aws/docker/library/alpine | 3.24.0 | 3.24.1 |
1 parent 0caebf6 commit 7c34187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/core/fstrim/cron-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
whenUnsatisfiable: DoNotSchedule
3535
containers:
3636
- name: app
37-
image: public.ecr.aws/docker/library/alpine:3.24.0
37+
image: public.ecr.aws/docker/library/alpine:3.24.1
3838
args:
3939
- |
4040
nsenter --mount=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/mnt --net=/host/proc/$(pidof /usr/local/bin/kubelet)/ns/net -- sh -c "fstrim --verbose --quiet-unsupported --all"

0 commit comments

Comments
 (0)