Skip to content

Commit

Permalink
chore(deps): update php docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 64986e3 commit ef9fd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.4.1",
"ext-curl": "*",
"ext-json": "*",
"ext-pdo": "*",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.4-fpm

RUN apt-get update && apt-get install -y unzip nginx \
&& docker-php-ext-install bcmath pdo_mysql \
Expand Down

0 comments on commit ef9fd8e

Please sign in to comment.