From 0bc092d51f746748a7e85284a6e301a868d1a4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 12:22:54 +0000 Subject: [PATCH] Bump postgres from `a35ec42` to `c2d42a1` in /with-comment Bumps postgres from `a35ec42` to `c2d42a1`. --- updated-dependencies: - dependency-name: postgres dependency-version: c2d42a104eb6b37b286a2d9c5cf83f349de4d6516d513d00a2bd9610e2c2e5e4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-comment/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-comment/compose.yml b/with-comment/compose.yml index b12a622..163299a 100644 --- a/with-comment/compose.yml +++ b/with-comment/compose.yml @@ -1,5 +1,5 @@ version: '2' services: hello_world: - image: postgres@sha256:a35ec42526e3c522eb13b4d82eddaee875d0ac6ca9eb5cc5607e412854478c71 # 16.7 + image: postgres@sha256:c2d42a104eb6b37b286a2d9c5cf83f349de4d6516d513d00a2bd9610e2c2e5e4 # 16.7 command: [/bin/echo, 'Hello world']