Update postgres Docker tag to v15

This commit is contained in:
renovate[bot] 2023-05-30 08:01:58 +00:00 committed by GitHub
parent b980602a03
commit a9302506b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -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