Fix database tests broken by PostgreSQL upgrade in Alpine Edge.

This commit is contained in:
Dan Helfman 2020-12-24 22:23:09 -08:00
parent a1d986d952
commit 4897a78fd3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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