diff --git a/.drone.yml b/.drone.yml index 1ee490c74..032eafc32 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/tests/end-to-end/docker-compose.yaml b/tests/end-to-end/docker-compose.yaml index 70006f3d8..810caa118 100644 --- a/tests/end-to-end/docker-compose.yaml +++ b/tests/end-to-end/docker-compose.yaml @@ -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