Skip to content

Commit

Permalink
Bump php from 8.3-apache to 8.4-apache
Browse files Browse the repository at this point in the history
Bumps php from 8.3-apache to 8.4-apache.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 3fd7bbd commit b486c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM composer:2 AS composer

# Application

FROM php:8.3-apache AS app
FROM php:8.4-apache AS app

## Install PHP dependencies

Expand Down

0 comments on commit b486c7c

Please sign in to comment.