Skip to content

Commit

Permalink
Apply wal-e pull request #392 for AWS regions update. (#242)
Browse files Browse the repository at this point in the history
Should solve helm/charts#5503
  • Loading branch information
Antiarchitect authored and CyberDem0n committed Jun 7, 2018
1 parent 675d3a4 commit ce79b55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions postgres-appliance/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ RUN export DEBIAN_FRONTEND=noninteractive \
# https://github.com/wal-e/wal-e/pull/384
&& curl -sL https://github.com/wal-e/wal-e/pull/384.diff | patch -p1 \

# https://github.com/wal-e/wal-e/pull/392
&& curl -sL https://github.com/wal-e/wal-e/pull/392.diff | patch -p1 \

&& echo 4.0.0.dev0 > supervisor/version.txt; \
fi \
&& pip3 install "patroni[kubernetes$EXTRAS]==$PATRONIVERSION" \
Expand Down

0 comments on commit ce79b55

Please sign in to comment.