Skip to content

Commit

Permalink
Update ext-igbinary to 3.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Mar 24, 2023
1 parent 6b14323 commit 2f2ba13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN docker-php-source extract && \
tar --extract --file redis.tar.gz --directory /usr/src/php/ext/redis --strip 1 && \
docker-php-ext-install -j$(nproc) redis && \
# igbinary
wget -O igbinary.tar.gz https://github.com/igbinary/igbinary/archive/refs/tags/3.2.13.tar.gz && \
wget -O igbinary.tar.gz https://github.com/igbinary/igbinary/archive/refs/tags/3.2.14.tar.gz && \
mkdir /usr/src/php/ext/igbinary && \
tar --extract --file igbinary.tar.gz --directory /usr/src/php/ext/igbinary --strip 1 && \
docker-php-ext-install -j$(nproc) igbinary && \
Expand Down

0 comments on commit 2f2ba13

Please sign in to comment.