We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16284f + 5d65d85 commit 24235b0Copy full SHA for 24235b0
1 file changed
magento-coding-standard/Dockerfile
@@ -1,6 +1,6 @@
1
FROM php:7.3-cli-alpine3.9
2
3
-COPY --from=composer:1.9.3 /usr/bin/composer /usr/local/bin/composer
+COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
4
5
RUN /usr/local/bin/composer global require magento/magento-coding-standard:*
6
RUN ~/.composer/vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/
0 commit comments