From 5e0e37ac9d5dc2c7843036857e725b7397c92182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:05:49 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- .github/workflows/ci.yml | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94f212c1..282af630 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: services: postgres: - image: postgres:16.6@sha256:5620f242bbc0e17478556102327e7efcf60ab48de3607c9e0ea98800841785ec + image: postgres:17.2@sha256:fe4efc6901dda0d952306fd962643d8022d7bb773ffe13fe8a21551b9276e50c env: POSTGRES_PASSWORD: postgres options: >- diff --git a/compose.yml b/compose.yml index 71b46400..c54546b6 100644 --- a/compose.yml +++ b/compose.yml @@ -18,7 +18,7 @@ services: postgres: condition: service_healthy postgres: - image: postgres:16.6@sha256:5620f242bbc0e17478556102327e7efcf60ab48de3607c9e0ea98800841785ec + image: postgres:17.2@sha256:fe4efc6901dda0d952306fd962643d8022d7bb773ffe13fe8a21551b9276e50c environment: - POSTGRES_PASSWORD=postgres ports: