From 54beee49153ee0b9b01368022c2a3256f159ba3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:55:41 +0800 Subject: [PATCH] chore(deps): update postgres docker tag to v17 (#1125) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09cd1214..989edcfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: # https://github.com/actions/example-services/blob/master/.github/workflows/postgres-service.yml services: postgres: - image: postgres:16 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: 123456 diff --git a/docker-compose.yml b/docker-compose.yml index acf76eb6..039c7f6a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: - redis db: - image: postgres:16.4-alpine3.20 + image: postgres:17.0-alpine3.20 container_name: db ports: - 5432:5432