Skip to content

Commit

Permalink
Update PHAR tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusklocke committed Apr 16, 2024
1 parent ff66cdf commit 394c855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/php/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN set -xe \
# Install PHAR tools
COPY docker/php/install-phar.sh /usr/local/bin/install-phar.sh
RUN chmod +x /usr/local/bin/install-phar.sh \
&& install-phar.sh /usr/local/bin/composer https://github.com/composer/composer/releases/download/2.6.6/composer.phar 72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314 \
&& install-phar.sh /usr/local/bin/gdpr-dump https://github.com/Smile-SA/gdpr-dump/releases/download/4.0.2/gdpr-dump.phar 50266d719d3967d5e029102c351aa3796ebfbe5ff78b050468522a44c86cbfc6 \
&& install-phar.sh /usr/local/bin/composer https://github.com/composer/composer/releases/download/2.7.2/composer.phar 049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac \
&& install-phar.sh /usr/local/bin/gdpr-dump https://github.com/Smile-SA/gdpr-dump/releases/download/4.2.2/gdpr-dump.phar ee74e89cb48dc7565bd062d4a84b5ebe4be93ed1c395a090f332a17c3440f8d4 \
&& rm /usr/local/bin/install-phar.sh

# Configure PHP
Expand Down
4 changes: 2 additions & 2 deletions docker/php/roadrunner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN set -xe \
# Install PHAR tools
COPY docker/php/install-phar.sh /usr/local/bin/install-phar.sh
RUN chmod +x /usr/local/bin/install-phar.sh \
&& install-phar.sh /usr/local/bin/composer https://github.com/composer/composer/releases/download/2.6.6/composer.phar 72600201c73c7c4b218f1c0511b36d8537963e36aafa244757f52309f885b314 \
&& install-phar.sh /usr/local/bin/gdpr-dump https://github.com/Smile-SA/gdpr-dump/releases/download/4.0.2/gdpr-dump.phar 50266d719d3967d5e029102c351aa3796ebfbe5ff78b050468522a44c86cbfc6 \
&& install-phar.sh /usr/local/bin/composer https://github.com/composer/composer/releases/download/2.7.2/composer.phar 049b8e0ed9f264d770a0510858cffbc35401510759edc9a784b3a5c6e020bcac \
&& install-phar.sh /usr/local/bin/gdpr-dump https://github.com/Smile-SA/gdpr-dump/releases/download/4.2.2/gdpr-dump.phar ee74e89cb48dc7565bd062d4a84b5ebe4be93ed1c395a090f332a17c3440f8d4 \
&& rm /usr/local/bin/install-phar.sh

# Configure PHP
Expand Down

0 comments on commit 394c855

Please sign in to comment.