Skip to content

Commit

Permalink
Update php Docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 71ba984 commit a815c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:7.4-apache AS base
FROM php:8.3-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": "^7.4",
"php": "^8.0",
"aws/aws-sdk-php": "^3.19",
"clue/block-react": "^1.1",
"doctrine/cache": "^1.6",
Expand Down

0 comments on commit a815c9e

Please sign in to comment.