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 \
148
148
&& PKG_CONFIG_PATH=/usr/local docker-php-ext-configure intl \
149
149
&& docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp \
150
150
&& 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 \
152
152
&& cd /usr/src/php/ext/amqp && git submodule update --init \
153
153
&& docker-php-ext-configure ldap \
154
154
&& 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 \
148
148
&& PKG_CONFIG_PATH=/usr/local docker-php-ext-configure intl \
149
149
&& docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp \
150
150
&& 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 \
152
152
&& cd /usr/src/php/ext/amqp && git submodule update --init \
153
153
&& docker-php-ext-configure ldap \
154
154
&& 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 \
140
140
# Install extensions
141
141
&& PKG_CONFIG_PATH=/usr/local docker-php-ext-configure intl \
142
142
&& 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 \
144
144
&& cd /usr/src/php/ext/amqp && git submodule update --init \
145
145
&& git clone --branch master --depth 1 https://github.com/Imagick/imagick.git /usr/src/php/ext/imagick \
146
146
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
You can’t perform that action at this time.
0 commit comments