Skip to content

Commit

Permalink
fix(deps): update php docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 09ee7bd commit def2b8f
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.10",
"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 def2b8f

Please sign in to comment.