From b7d5347d134da6dc9fcfd96f4297a0818c18db53 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Fri, 6 Aug 2021 08:11:34 -0400 Subject: [PATCH] postgres version --- compose/production/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/postgres/Dockerfile b/compose/production/postgres/Dockerfile index c37f89c..7cf4173 100644 --- a/compose/production/postgres/Dockerfile +++ b/compose/production/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:13.3-alpine +FROM postgres:11.3 COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/*