File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
template/Dockerfile/images Expand file tree Collapse file tree 5 files changed +5
-5
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 @@ -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/ \
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/ \
Original file line number Diff line number Diff line change 253253 && PKG_CONFIG_PATH=/usr/local docker-php-ext-configure intl \
254254 && docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp \
255255 && git clone --branch master --depth 1 https://github.com/Imagick/imagick.git /usr/src/php/ext/imagick \
256- && git clone --branch master --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
256+ && git clone --branch latest --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
257257 && cd /usr/src/php/ext/amqp && git submodule update --init \
258258{% - else %}
259259 && docker-php-ext-configure intl --with-icu-dir=/usr/local \
You can’t perform that action at this time.
0 commit comments