mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-21 22:05:02 +01:00
Merge pull request #27 from ilri/renovate/postgres-15.x
Update postgres Docker tag to v15
This commit is contained in:
commit
7cec9a9545
12
.drone.yml
12
.drone.yml
@ -4,7 +4,7 @@ name: python310
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: setup
|
- name: setup
|
||||||
image: postgres:14-alpine
|
image: postgres:15-alpine
|
||||||
environment:
|
environment:
|
||||||
PGPASSWORD: postgres
|
PGPASSWORD: postgres
|
||||||
commands:
|
commands:
|
||||||
@ -30,7 +30,7 @@ steps:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
- name: database
|
- name: database
|
||||||
image: postgres:14-alpine
|
image: postgres:15-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
@ -43,7 +43,7 @@ name: python39
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: setup
|
- name: setup
|
||||||
image: postgres:14-alpine
|
image: postgres:15-alpine
|
||||||
environment:
|
environment:
|
||||||
PGPASSWORD: postgres
|
PGPASSWORD: postgres
|
||||||
commands:
|
commands:
|
||||||
@ -69,7 +69,7 @@ steps:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
- name: database
|
- name: database
|
||||||
image: postgres:14-alpine
|
image: postgres:15-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
@ -82,7 +82,7 @@ name: python38
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: database
|
- name: database
|
||||||
image: postgres:14-alpine
|
image: postgres:15-alpine
|
||||||
detach: true
|
detach: true
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
@ -90,7 +90,7 @@ steps:
|
|||||||
POSTGRES_DB: dspacestatistics
|
POSTGRES_DB: dspacestatistics
|
||||||
|
|
||||||
- name: setup
|
- name: setup
|
||||||
image: postgres:14-alpine
|
image: postgres:15-alpine
|
||||||
environment:
|
environment:
|
||||||
PGPASSWORD: postgres
|
PGPASSWORD: postgres
|
||||||
commands:
|
commands:
|
||||||
|
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: postgres:14-alpine
|
image: postgres:15-alpine
|
||||||
env:
|
env:
|
||||||
# password for postgres user in the Docker container
|
# password for postgres user in the Docker container
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user