Skip to content

Commit 3e873f5

Browse files
Use latest composer
1 parent b6688aa commit 3e873f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

magento-coding-standard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:7.3-cli-alpine3.9
22

3-
COPY --from=composer:1.9.1 /usr/bin/composer /usr/local/bin/composer
3+
COPY --from=composer:1.9.3 /usr/bin/composer /usr/local/bin/composer
44

55
RUN /usr/local/bin/composer global require magento/magento-coding-standard:*
66
RUN ~/.composer/vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/

0 commit comments

Comments
 (0)