From 0f57606978760e28c2310c5000d339aec709942b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:02:42 +0000 Subject: [PATCH] chore(deps): update postgres:latest docker digest to f08a57b --- 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..7ea383e 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:f08a57b1e922be40565e1497dce1f60fd0cac9a26a2408695decd5a312f93978 # restart: unless-stopped # user: postgres # network_mode: host