From b2e8c2657d3792493fb43fcc93f130c2b5320f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 12:22:57 +0000 Subject: [PATCH] Bump ubuntu from `1830542` to `651ba3f` in /digest Bumps ubuntu from `1830542` to `651ba3f`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: 651ba3fe3a830441e3deaf70fafac40d808a6bd2800a6f2c43130055159f23e6 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..23666b8 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:651ba3fe3a830441e3deaf70fafac40d808a6bd2800a6f2c43130055159f23e6 command: [/bin/echo, 'Hello world']