Skip to content

Commit

Permalink
QUA-462: Patch base image
Browse files Browse the repository at this point in the history
  • Loading branch information
fede-moya committed Feb 28, 2022
1 parent b9c12fd commit 0a0cad0
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.14.3

RUN adduser -u 9000 -D app

Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
"magento/marketplace-eqp": "^4.0",
"magento/magento-coding-standard": "^4.0",
"pheromone/phpcs-security-audit": "^1.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 0a0cad0

Please sign in to comment.