Skip to content

Commit 6c21932

Browse files
authored
Update Dockerfile
1 parent 27c2c3b commit 6c21932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitnami/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)