From 4b605bf1a8881c609323c72cbdc8a602a7f3f24d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:50:35 +0000 Subject: [PATCH] Bump postgres in /with-comment Bumps postgres from sha256:a35ec42526e3c522eb13b4d82eddaee875d0ac6ca9eb5cc5607e412854478c71 to sha256:fe3f571d128e8efadcd8b2fde0e2b73ebab6dbec33f6bfe69d98c682c7d8f7bd. --- updated-dependencies: - dependency-name: postgres dependency-version: sha256:fe3f571d128e8efadcd8b2fde0e2b73ebab6dbec33f6bfe69d98c682c7d8f7bd 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..c36df54 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:fe3f571d128e8efadcd8b2fde0e2b73ebab6dbec33f6bfe69d98c682c7d8f7bd # 16.7 command: [/bin/echo, 'Hello world']