Use PostgreSQL 13 in bullseye

This is the distribution’s default PostgreSQL version, and all my
packages for that distribution expect—and are tested against—that
version.
This commit is contained in:
jordi fita mas 2023-01-25 22:34:30 +01:00
parent 28121cb3c6
commit 50cf567eeb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM postgres:14-bullseye
FROM postgres:13-bullseye
RUN set -eux \
&& apt-get update \