Skip to content

Commit

Permalink
Update php Docker tag to v8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent d3a6d32 commit 88f2e17
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 @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "8.2.3",
"php": "8.4.1",
"fruitcake/laravel-cors": "3.0",
"laravel/framework": "9.52.18",
"laravel/tinker": "2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2.3
FROM php:8.4.1
RUN \
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get install -y nodejs && \
Expand Down

0 comments on commit 88f2e17

Please sign in to comment.