File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ RUN set -x \
148148 && PKG_CONFIG_PATH=/usr/local docker-php-ext-configure intl \
149149 && docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp \
150150 && git clone --branch master --depth 1 https://github.com/Imagick/imagick.git /usr/src/php/ext/imagick \
151- && git clone --branch master --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
151+ && git clone --branch latest --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
152152 && cd /usr/src/php/ext/amqp && git submodule update --init \
153153 && docker-php-ext-configure ldap \
154154 && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ RUN set -x \
148148 && PKG_CONFIG_PATH=/usr/local docker-php-ext-configure intl \
149149 && docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp \
150150 && git clone --branch master --depth 1 https://github.com/Imagick/imagick.git /usr/src/php/ext/imagick \
151- && git clone --branch master --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
151+ && git clone --branch latest --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
152152 && cd /usr/src/php/ext/amqp && git submodule update --init \
153153 && docker-php-ext-configure ldap \
154154 && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ RUN set -x \
140140 # Install extensions
141141 && PKG_CONFIG_PATH=/usr/local docker-php-ext-configure intl \
142142 && docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp \
143- && git clone --branch master --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
143+ && git clone --branch latest --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
144144 && cd /usr/src/php/ext/amqp && git submodule update --init \
145145 && git clone --branch master --depth 1 https://github.com/Imagick/imagick.git /usr/src/php/ext/imagick \
146146 && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
You can’t perform that action at this time.
0 commit comments