Skip to content

Commit

Permalink
Update php Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 8aa7ff5 commit b61d220
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## base image setup
#
FROM php:8.3-apache AS base
FROM php:8.4-apache AS base

USER root

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"require": {
"php": "8.3.*",
"php": "8.4.*",
"aws/aws-sdk-php": "3.336.1",
"beberlei/assert": "^3.3",
"doctrine/annotations": "^1.4",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b61d220

Please sign in to comment.