Thanks to visit codestin.com Credit goes to github.com
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 093cddf commit 2a1ca16Copy full SHA for 2a1ca16
docker/Dockerfile
@@ -10,7 +10,7 @@ RUN set -x && \
10
apt-get install -y --no-install-recommends --no-install-suggests php-dev librabbitmq-dev make && \
11
mkdir -p $HOME/php-amqp && \
12
cd $HOME/php-amqp && \
13
- git clone https://github.com/pdezwart/php-amqp.git . && git checkout v1.9.3 && \
+ git clone https://github.com/pdezwart/php-amqp.git . && git checkout v1.10.2 && \
14
phpize --clean && phpize && ./configure && make install
15
16
## librdkafka
0 commit comments