From 3135c385054ebd4955c992a1c616eb20c97e0683 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 15 Apr 2021 13:05:21 +0200 Subject: Upgrade stolon --- app/postgres/build/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/postgres/build') diff --git a/app/postgres/build/postgres/Dockerfile b/app/postgres/build/postgres/Dockerfile index 64fef61..4a9e280 100644 --- a/app/postgres/build/postgres/Dockerfile +++ b/app/postgres/build/postgres/Dockerfile @@ -6,7 +6,7 @@ RUN git clone https://github.com/sorintlab/stolon . RUN git pull && git checkout ${STOLON_VERSION} RUN go mod download COPY 0001-Add-max-rate-to-pg_basebackup.patch . -RUN git am 0001-Add-max-rate-to-pg_basebackup.patch +RUN git apply 0001-Add-max-rate-to-pg_basebackup.patch RUN make && chmod +x /stolon/bin/* FROM amd64/debian:stretch -- cgit v1.2.3