Skip to content

Commit

Permalink
Bump php from 8.2.8-apache to 8.2.11-apache (#276)
Browse files Browse the repository at this point in the history
Bumps php from 8.2.8-apache to 8.2.11-apache.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent b086427 commit d4fec36
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 @@ -6,7 +6,7 @@ COPY ./composer.lock /app

RUN composer install --no-dev

FROM php:8.2.8-apache
FROM php:8.2.11-apache
RUN a2enmod rewrite

WORKDIR /var/www/html/
Expand Down

0 comments on commit d4fec36

Please sign in to comment.