From bc77541276dab5f449846bdb36a91dafb5925048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:35:22 +0000 Subject: [PATCH] chore(deps): update alpine docker digest to 5cc1526 --- integration-tests/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/integration-tests/docker-compose.yml b/integration-tests/docker-compose.yml index 62a31ed8..ca7e00c9 100644 --- a/integration-tests/docker-compose.yml +++ b/integration-tests/docker-compose.yml @@ -1,7 +1,7 @@ services: should-keep-restarting: # this container should be restarted by autoheal because its unhealthy and has the autoheal label - image: alpine@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a + image: alpine@sha256:5cc1526ee5c99c2982793abe22861e6047cfb5c8609cbe2d6bbe11d836263354 network_mode: none restart: "no" labels: @@ -16,7 +16,7 @@ services: shouldnt-restart-healthy: # this container shouldn't be restarted by autoheal because its healthy - image: alpine@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a + image: alpine@sha256:5cc1526ee5c99c2982793abe22861e6047cfb5c8609cbe2d6bbe11d836263354 network_mode: none restart: "no" labels: @@ -31,7 +31,7 @@ services: shouldnt-restart-no-label: # this container shouldn't be restarted by autoheal because its missing the autoheal label - image: alpine@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a + image: alpine@sha256:5cc1526ee5c99c2982793abe22861e6047cfb5c8609cbe2d6bbe11d836263354 network_mode: none restart: "no" healthcheck: @@ -45,7 +45,7 @@ services: ignore: # this container shouldn't be restarted because it is ignored by name # even though technically it is included based on the label - image: alpine@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a + image: alpine@sha256:5cc1526ee5c99c2982793abe22861e6047cfb5c8609cbe2d6bbe11d836263354 network_mode: none restart: "no" labels: