Skip to content

Commit

Permalink
chore(deps): bump php from 7.4-apache to 8.3-apache
Browse files Browse the repository at this point in the history
Bumps php from 7.4-apache to 8.3-apache.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent ba3865a commit bd27fc9
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 @@ -12,7 +12,7 @@ WORKDIR /tmp/src2
RUN composer install --no-dev --no-progress --optimize-autoloader


FROM php:7.4-apache
FROM php:8.3-apache

RUN apt-get update \
# Needed for the imagick php extension install
Expand Down

0 comments on commit bd27fc9

Please sign in to comment.