mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-19 23:41:15 +00:00
Fix typo in git checkout
This commit is contained in:
@@ -435,7 +435,7 @@ RUN set -eux \
|
||||
RUN set -eux \
|
||||
# Installation: Version specific
|
||||
# Type: GIT extension
|
||||
&& git clone ttps://github.com/xdebug/xdebug /tmp/xdebug \
|
||||
&& git clone https://github.com/xdebug/xdebug /tmp/xdebug \
|
||||
&& cd /tmp/xdebug \
|
||||
# Custom: Branch
|
||||
&& git checkout $(git for-each-ref --format='%(refname)' refs/tags | grep -E 'tags/[.0-9]+$' | sed 's|.*tags/||g' | sort -V | tail -1) \
|
||||
|
||||
@@ -1158,7 +1158,7 @@ extensions_available:
|
||||
version: 2.9.8
|
||||
8.0:
|
||||
type: git
|
||||
git_url: ttps://github.com/xdebug/xdebug
|
||||
git_url: https://github.com/xdebug/xdebug
|
||||
git_ref: $(git for-each-ref --format='%(refname)' refs/tags | grep -E 'tags/[.0-9]+$' | sed 's|.*tags/||g' | sort -V | tail -1)
|
||||
configure: --enable-xdebug
|
||||
8.1:
|
||||
|
||||
Reference in New Issue
Block a user