From a9302506b6fdd3aa88cbb87dc74e8b82ef524267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 08:01:58 +0000 Subject: [PATCH] Update postgres Docker tag to v15 --- .drone.yml | 12 ++++++------ .github/workflows/python-app.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9f2685a..56c889f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: python310 steps: - name: setup - image: postgres:14-alpine + image: postgres:15-alpine environment: PGPASSWORD: postgres commands: @@ -30,7 +30,7 @@ steps: services: - name: database - image: postgres:14-alpine + image: postgres:15-alpine environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -43,7 +43,7 @@ name: python39 steps: - name: setup - image: postgres:14-alpine + image: postgres:15-alpine environment: PGPASSWORD: postgres commands: @@ -69,7 +69,7 @@ steps: services: - name: database - image: postgres:14-alpine + image: postgres:15-alpine environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -82,7 +82,7 @@ name: python38 steps: - name: database - image: postgres:14-alpine + image: postgres:15-alpine detach: true environment: POSTGRES_USER: postgres @@ -90,7 +90,7 @@ steps: POSTGRES_DB: dspacestatistics - name: setup - image: postgres:14-alpine + image: postgres:15-alpine environment: PGPASSWORD: postgres commands: diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 215f9e4..7b97b50 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -12,7 +12,7 @@ jobs: services: database: - image: postgres:14-alpine + image: postgres:15-alpine env: # password for postgres user in the Docker container POSTGRES_PASSWORD: postgres