docker: update Postgres container to Postgres 13.1.

This commit is contained in:
evazion
2021-01-16 01:02:56 -06:00
parent b4530183f4
commit 22de059e88

View File

@@ -1,4 +1,4 @@
FROM postgres:12.3
FROM postgres:13.1
WORKDIR /test_parser
RUN apt-get update && apt-get -y install --no-install-recommends build-essential ca-certificates git postgresql-server-dev-all