From bf3e9729401d9bd4c58034095fbe9a2ecd627fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:54:55 +0000 Subject: [PATCH] chore(deps): update postgres:latest docker digest to e49dd80 --- apps/example-go-app/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/example-go-app/docker-compose.yaml b/apps/example-go-app/docker-compose.yaml index c5705e1..45a5849 100644 --- a/apps/example-go-app/docker-compose.yaml +++ b/apps/example-go-app/docker-compose.yaml @@ -3,7 +3,7 @@ services: ########## postgres postgresdev: env_file: ./.env - image: postgres:latest@sha256:1bf73ccae25238fa555100080042f0b2f9be08eb757e200fe6afc1fc413a1b3c + image: postgres:latest@sha256:e49dd801ba4d7417bf4c5a3e40624a492f8a1c41d2992a45f888841ec3f3621c # restart: unless-stopped # user: postgres # network_mode: host