diff --git a/docker-compose.yml b/docker-compose.yml index 8bc8e0c7f9..102b82cb08 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: # NOTE: Postgres 12 went end-of-life in November 2024, so CI tests against # an unsupported engine. Bumping it needs the db_data volume recreated, so # it is a separate decision, not part of unbreaking the job. - image: postgres:12.5 + image: postgres:12.22 env_file: - config/docker.env volumes: