From 9c392ecb9e7805527ba26def540926295c87c5c0 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Tue, 30 Jan 2018 17:39:19 -0500 Subject: [PATCH] postgres: Use alpine 3.7 Alpine 3.7 has a package for repmgr --- 10/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/alpine/Dockerfile b/10/alpine/Dockerfile index d09b4c5554..829992c7cb 100644 --- a/10/alpine/Dockerfile +++ b/10/alpine/Dockerfile @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM alpine:3.6 +FROM alpine:3.7 # alpine includes "postgres" user/group in base install # /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh