Skip to content

Commit

Permalink
build(deps): bump php from 8.3-fpm to 8.4-fpm in /docker/php
Browse files Browse the repository at this point in the history
Bumps php from 8.3-fpm to 8.4-fpm.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent c334b93 commit 909b837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# see https://medium.com/@othillo/adding-composer-to-php-docker-images-using-multi-stage-builds-2a10967ae6c1

# use the official PHP image as base image
FROM php:8.3-fpm
FROM php:8.4-fpm

RUN apt-get update && apt-get install --yes git zip

Expand Down

0 comments on commit 909b837

Please sign in to comment.