Skip to content

Commit

Permalink
Update Xdebug to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Aug 21, 2023
1 parent 674bf1d commit ac04eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/debug.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ USER root
#============================================

RUN docker-php-source extract && \
wget -O xdebug.tar.gz https://github.com/xdebug/xdebug/archive/refs/tags/3.1.5.tar.gz && \
wget -O xdebug.tar.gz https://github.com/xdebug/xdebug/archive/refs/tags/3.2.2.tar.gz && \
mkdir /usr/src/php/ext/xdebug && \
tar --extract --file xdebug.tar.gz --directory /usr/src/php/ext/xdebug --strip 1 && \
docker-php-ext-install -j$(nproc) xdebug && \
Expand Down Expand Up @@ -61,7 +61,7 @@ USER root
#============================================

RUN docker-php-source extract && \
wget -O xdebug.tar.gz https://github.com/xdebug/xdebug/archive/refs/tags/3.1.5.tar.gz && \
wget -O xdebug.tar.gz https://github.com/xdebug/xdebug/archive/refs/tags/3.2.2.tar.gz && \
mkdir /usr/src/php/ext/xdebug && \
tar --extract --file xdebug.tar.gz --directory /usr/src/php/ext/xdebug --strip 1 && \
docker-php-ext-install -j$(nproc) xdebug && \
Expand Down

0 comments on commit ac04eac

Please sign in to comment.