Skip to content

Commit

Permalink
Update php Docker tag to v8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent a09f706 commit 3aa28a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.27-fpm@sha256:78234d3aeebce59eb9cb36e9f039e66ebbd5da47a796103c2a45d016596de10f as base
FROM php:8.4.2-fpm@sha256:4c8b6976c635245f7646e575ccd53b4cc8e80d8c0997a4d3a50ef3f68f6457d5 as base

ENV COMPOSER_HOME=/tmp/composer

Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"version": "2.4.6-p8",
"require": {
"php": "~8.2.25",
"php": "~8.4.0",
"graycore/magento2-stdlogging": "^2.0",
"magento/composer-dependency-version-audit-plugin": "~0.1",
"magento/composer-root-update-plugin": "~2.0",
Expand Down

0 comments on commit 3aa28a6

Please sign in to comment.