Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 153d330

Browse files
authored
QUA-502: Set beta base image to alpine:3.13.7 (#92)
1 parent a7a047a commit 153d330

File tree

3 files changed

+259
-61
lines changed

3 files changed

+259
-61
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.15.0
1+
FROM alpine:3.13.7
22

33
RUN adduser -u 9000 -D app
44

@@ -30,7 +30,7 @@ RUN apk add --no-cache git && \
3030
apk del --purge git && \
3131
vendor/bin/phpcs --config-set \
3232
installed_paths \
33-
"/usr/src/app/vendor/drupal/coder/coder_sniffer,/usr/src/app/vendor/escapestudios/symfony2-coding-standard,/usr/src/app/vendor/wp-coding-standards/wpcs,/usr/src/app/vendor/yiisoft/yii2-coding-standards,/usr/src/app/vendor/magento/marketplace-eqp,/usr/src/app/vendor/magento/magento-coding-standard,/usr/src/app/vendor/pheromone/phpcs-security-audit" && \
33+
"/usr/src/app/vendor/drupal/coder/coder_sniffer,/usr/src/app/vendor/escapestudios/symfony2-coding-standard,/usr/src/app/vendor/wp-coding-standards/wpcs,/usr/src/app/vendor/yiisoft/yii2-coding-standards,/usr/src/app/vendor/magento/marketplace-eqp,/usr/src/app/vendor/magento/magento-coding-standard,/usr/src/app/vendor/pheromone/phpcs-security-audit,/usr/src/app/vendor/slevomat/coding-standard" && \
3434
chown -R app:app . && \
3535
rm -r ~/.composer
3636

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@
2626
"magento/marketplace-eqp": "^4.0",
2727
"magento/magento-coding-standard": "^4.0",
2828
"pheromone/phpcs-security-audit": "^1.0"
29+
},
30+
"config": {
31+
"allow-plugins": {
32+
"dealerdirect/phpcodesniffer-composer-installer": true
33+
}
2934
}
3035
}

0 commit comments

Comments
 (0)