We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c2c3b commit 6c21932Copy full SHA for 6c21932
bitnami/Dockerfile
@@ -234,7 +234,7 @@ RUN apt-get update -y -qq --fix-missing \
234
&& export PATH="/.cargo/bin:$PATH" \
235
&& export PGRX_HOME="/.pgrx/" \
236
&& mkdir -p $PGRX_HOME \
237
- && cargo install cargo-pgrx --version 0.8.3 \
+ && cargo install cargo-pgrx --version 0.9.3 \
238
&& cargo pgrx init --pg${PG_MAJOR}=/opt/bitnami/postgresql/bin/pg_config \
239
&& git clone https://github.com/zombodb/zombodb.git \
240
&& cd zombodb \
0 commit comments