There was an error while loading. Please reload this page.
1 parent b9c12fd commit 0a0cad0Copy full SHA for 0a0cad0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.12
+FROM alpine:3.14.3
2
3
RUN adduser -u 9000 -D app
4
composer.json
@@ -26,5 +26,10 @@
26
"magento/marketplace-eqp": "^4.0",
27
"magento/magento-coding-standard": "^4.0",
28
"pheromone/phpcs-security-audit": "^1.0"
29
+ },
30
+ "config": {
31
+ "allow-plugins": {
32
+ "dealerdirect/phpcodesniffer-composer-installer": true
33
+ }
34
}
35
0 commit comments