Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ RUN apk add --no-cache --virtual .zombodb-build-deps \
&& gem install --no-document fpm \
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y \
&& PATH=$HOME/.cargo/bin:$PATH \
&& cargo install cargo-pgrx --version 0.8.3 \
&& cargo install cargo-pgrx --version 0.9.3 \
&& cargo pgrx init --${PG_VER}=$(which pg_config) \
&& git clone https://github.com/zombodb/zombodb.git \
&& cd ./zombodb \
Expand Down Expand Up @@ -312,4 +312,4 @@ RUN set -eux \
# clean
&& cd / \
&& rm -rf /tmp/pg_auto_failove-${PG_AUTO_FAILOVER_VERSION} /tmp/pg_auto_failove-${PG_AUTO_FAILOVER_VERSION}.zip \
&& apk del .pg_auto_failover-build-deps
&& apk del .pg_auto_failover-build-deps
2 changes: 1 addition & 1 deletion bitnami/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ RUN apt-get update -y -qq --fix-missing \
&& export PATH="/.cargo/bin:$PATH" \
&& export PGRX_HOME="/.pgrx/" \
&& mkdir -p $PGRX_HOME \
&& cargo install cargo-pgrx --version 0.8.3 \
&& cargo install cargo-pgrx --version 0.9.3 \
&& cargo pgrx init --pg${PG_MAJOR}=/opt/bitnami/postgresql/bin/pg_config \
&& git clone https://github.com/zombodb/zombodb.git \
&& cd zombodb \
Expand Down