File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ RUN apk add --no-cache --virtual .zombodb-build-deps \
249249 && gem install --no-document fpm \
250250 && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y \
251251 && PATH=$HOME/.cargo/bin:$PATH \
252- && cargo install cargo-pgrx --version 0.8 .3 \
252+ && cargo install cargo-pgrx --version 0.9 .3 \
253253 && cargo pgrx init --${PG_VER}=$(which pg_config) \
254254 && git clone https://github.com/zombodb/zombodb.git \
255255 && cd ./zombodb \
@@ -312,4 +312,4 @@ RUN set -eux \
312312# clean
313313 && cd / \
314314 && rm -rf /tmp/pg_auto_failove-${PG_AUTO_FAILOVER_VERSION} /tmp/pg_auto_failove-${PG_AUTO_FAILOVER_VERSION}.zip \
315- && apk del .pg_auto_failover-build-deps
315+ && apk del .pg_auto_failover-build-deps
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ RUN apt-get update -y -qq --fix-missing \
234234 && export PATH="/.cargo/bin:$PATH" \
235235 && export PGRX_HOME="/.pgrx/" \
236236 && mkdir -p $PGRX_HOME \
237- && cargo install cargo-pgrx --version 0.8 .3 \
237+ && cargo install cargo-pgrx --version 0.9 .3 \
238238 && cargo pgrx init --pg${PG_MAJOR}=/opt/bitnami/postgresql/bin/pg_config \
239239 && git clone https://github.com/zombodb/zombodb.git \
240240 && cd zombodb \
You can’t perform that action at this time.
0 commit comments