From d3982df63610950c68ff5054e426c73d735c0965 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 09:47:47 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 77447f9..e30f0cd 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -12,7 +12,7 @@ jobs: services: database: - image: postgres:15-alpine + image: postgres:17-alpine env: # password for postgres user in the Docker container POSTGRES_PASSWORD: postgres