From 95b9c49421be079e4e2c72ac85f30c6fb14b5414 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:53:08 +0100 Subject: [PATCH] chore(deps): update postgis/postgis docker tag to v15 (#269) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c087ab4..d9ebfce0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: services: postgres: - image: postgis/postgis:14-master + image: postgis/postgis:15-master env: POSTGRES_DB: monpsysante POSTGRES_USER: monpsysante diff --git a/docker-compose.yaml b/docker-compose.yaml index d8f3b5d6..352b0209 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.6" services: db: - image: postgis/postgis:14-master + image: postgis/postgis:15-master volumes: - db_data:/var/lib/postgresql/data ports: