diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-15 13:05:21 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-15 13:05:21 +0200 |
commit | 3135c385054ebd4955c992a1c616eb20c97e0683 (patch) | |
tree | d00beb6d09f3f7857a1c5f960423e04ea5befa6f /app/postgres/build | |
parent | 87303033d115c1f4da67433c5adc01577311f4c3 (diff) | |
download | infrastructure-3135c385054ebd4955c992a1c616eb20c97e0683.tar.gz infrastructure-3135c385054ebd4955c992a1c616eb20c97e0683.zip |
Upgrade stolon
Diffstat (limited to 'app/postgres/build')
-rw-r--r-- | app/postgres/build/postgres/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |