Downgrade postgres for CI to 15.2 (fixes #2857) (#2859)

This commit is contained in:
Nutomic 2023-05-13 01:08:32 +02:00 committed by GitHub
parent 0379c9e4c1
commit ce5161d997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -270,7 +270,7 @@ pipeline:
services:
database:
image: postgres:15-alpine
image: postgres:15.2-alpine
environment:
POSTGRES_USER: lemmy
POSTGRES_PASSWORD: password