mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-03 23:13:02 +02:00
Fix database tests broken by PostgreSQL upgrade in Alpine Edge.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user