From d10f05f0375a869a4d08431504fee7f0384d2e1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 03:24:42 +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 e5d8804..b127096 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