From 1f3614497a0d83a86908786d996f7cd00e60cf9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:23:43 +0000 Subject: [PATCH] Bump ubuntu from `1830542` to `678c655` in /digest Bumps ubuntu from `1830542` to `678c655`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: 678c6550cc43645e08669028bc177f50be4e7c5b8cca677067b1914d4afc7a03 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..c577384 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:678c6550cc43645e08669028bc177f50be4e7c5b8cca677067b1914d4afc7a03 command: [/bin/echo, 'Hello world']