From 39d44f82f62a77e6537fac46f73dab4181af7387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:43:31 +0000 Subject: [PATCH] Bump ubuntu from `1830542` to `b59d215` in /digest Bumps ubuntu from `1830542` to `b59d215`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- digest/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digest/compose.yml b/digest/compose.yml index 93b585c..6962582 100644 --- a/digest/compose.yml +++ b/digest/compose.yml @@ -1,5 +1,5 @@ version: '2' services: hello_world: - image: ubuntu@sha256:18305429afa14ea462f810146ba44d4363ae76e4c8dfc38288cf73aa07485005 + image: ubuntu@sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f command: [/bin/echo, 'Hello world']