Fix database tests broken by PostgreSQL upgrade in Alpine Edge.
This commit is contained in:
parent
a1d986d952
commit
4897a78fd3
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ name: python-3-8-alpine-edge
|
|||
|
||||
services:
|
||||
- name: postgresql
|
||||
image: postgres:12.5-alpine
|
||||
image: postgres:13.1-alpine
|
||||
environment:
|
||||
POSTGRES_PASSWORD: test
|
||||
POSTGRES_DB: test
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:12.5-alpine
|
||||
image: postgres:13.1-alpine
|
||||
environment:
|
||||
POSTGRES_PASSWORD: test
|
||||
POSTGRES_DB: test
|
||||
|
|
Loading…
Reference in a new issue