Explorar el Código

Fix database tests broken by PostgreSQL upgrade in Alpine Edge.

Dan Helfman hace 4 años
padre
commit
4897a78fd3
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .drone.yml
  2. 1 1
      tests/end-to-end/docker-compose.yaml

+ 1 - 1
.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

+ 1 - 1
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