Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a1ca16

Browse files
committed
bump php-amqp
1 parent 093cddf commit 2a1ca16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN set -x && \
1010
apt-get install -y --no-install-recommends --no-install-suggests php-dev librabbitmq-dev make && \
1111
mkdir -p $HOME/php-amqp && \
1212
cd $HOME/php-amqp && \
13-
git clone https://github.com/pdezwart/php-amqp.git . && git checkout v1.9.3 && \
13+
git clone https://github.com/pdezwart/php-amqp.git . && git checkout v1.10.2 && \
1414
phpize --clean && phpize && ./configure && make install
1515

1616
## librdkafka

0 commit comments

Comments
 (0)