From eb5293d11862d01ffbd4e613662bf3359cbb0fab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 12:09:06 +0000 Subject: [PATCH] Update docker.io/library/postgres Docker tag to v15 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index d88b4926..4ca5305d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -114,7 +114,7 @@ services: retries: 10 shumway-db: - image: docker.io/library/postgres:9.6 + image: docker.io/library/postgres:15.1 environment: - POSTGRES_DB=shumway - POSTGRES_USER=postgres