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:
parent
28121cb3c6
commit
50cf567eeb
|
@ -1,4 +1,4 @@
|
||||||
FROM postgres:14-bullseye
|
FROM postgres:13-bullseye
|
||||||
|
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|
Loading…
Reference in New Issue