From f6ed37cde526e1aa6bf23cb0589d0f74bc394d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:05:06 +0000 Subject: [PATCH] Bump postgres from `a35ec42` to `5773fe7` in /with-comment Bumps postgres from `a35ec42` to `5773fe7`. --- updated-dependencies: - dependency-name: postgres dependency-version: 5773fe724c49c42a7a9ca70202e11e1dff21fb7235b335a73f39297d200b73a2 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..89a5879 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:5773fe724c49c42a7a9ca70202e11e1dff21fb7235b335a73f39297d200b73a2 # 16.7 command: [/bin/echo, 'Hello world']