We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c21932 commit 5996df3Copy full SHA for 5996df3
1 file changed
Dockerfile
@@ -249,7 +249,7 @@ RUN apk add --no-cache --virtual .zombodb-build-deps \
249
&& gem install --no-document fpm \
250
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y \
251
&& PATH=$HOME/.cargo/bin:$PATH \
252
- && cargo install cargo-pgrx --version 0.8.3 \
+ && cargo install cargo-pgrx --version 0.9.3 \
253
&& cargo pgrx init --${PG_VER}=$(which pg_config) \
254
&& git clone https://github.com/zombodb/zombodb.git \
255
&& cd ./zombodb \
@@ -312,4 +312,4 @@ RUN set -eux \
312
# clean
313
&& cd / \
314
&& 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
+ && apk del .pg_auto_failover-build-deps
0 commit comments