Skip to content

Commit

Permalink
Bump php from 7-fpm to 8-fpm in /example/php/jaeger
Browse files Browse the repository at this point in the history
Bumps php from 7-fpm to 8-fpm.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 43327de commit 490ec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/php/jaeger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7-fpm
FROM php:8-fpm

WORKDIR /var/www/app
ADD . /var/www/app
Expand Down

0 comments on commit 490ec0f

Please sign in to comment.