You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php'); if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5') { include 'composer-setup.php'; } else { echo 'Installer corrupt'; }; unlink('composer-setup.php');";
This always downloads the latest version of composer, but checks against the hash of older version. Maybe this should specify the version to be downloaded?
The text was updated successfully, but these errors were encountered:
Actually you can't specify the version of composer-setup.php which should be downloaded, you can only specify the version of composer itself. Maybe this should download composer.phar by hand?
markdown-static-site-generator/Dockerfile
Line 17 in 5756c81
This always downloads the latest version of composer, but checks against the hash of older version. Maybe this should specify the version to be downloaded?
The text was updated successfully, but these errors were encountered: