From 2b1c863cdfca7d2a2eeea5af2949672e464a8548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:22:04 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17 --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 8cc77072..f96a7d89 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 services: postgres: - image: postgres:12 + image: postgres:17 env: POSTGRES_PASSWORD: postgres ports: