From 9c3f806a80f7c79f1ff5ce165ef425321f97adc5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 27 Nov 2023 22:18:39 +0100 Subject: [PATCH] feat: with ssh sock dep Signed-off-by: kjuulh --- crates/cuddle-ci/src/rust_service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cuddle-ci/src/rust_service.rs b/crates/cuddle-ci/src/rust_service.rs index 6be7ef2..99c519a 100644 --- a/crates/cuddle-ci/src/rust_service.rs +++ b/crates/cuddle-ci/src/rust_service.rs @@ -340,7 +340,7 @@ impl MainAction for RustService { .await?; let update_deployments_docker_image = - "docker.io/kasperhermansen/update-deployment:1690401410"; + "docker.io/kasperhermansen/update-deployment:1701119710"; let dep = self .client .container()