Skip to content

Commit

Permalink
⬆️ Bump php from 8.4.2-apache to 8.4.3-apache
Browse files Browse the repository at this point in the history
Bumps php from 8.4.2-apache to 8.4.3-apache.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent a1b6c82 commit ea904ff
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 @@ -9,7 +9,7 @@ WORKDIR /usr/src/trwl
RUN composer install --ignore-platform-reqs --no-interaction --no-progress --no-suggest --optimize-autoloader
RUN php artisan optimize

FROM php:8.4.2-apache
FROM php:8.4.3-apache
ENV APACHE_DOCUMENT_ROOT=/var/www/html/public

RUN apt update && \
Expand Down

0 comments on commit ea904ff

Please sign in to comment.