Skip to content

Commit

Permalink
Bump php from 8.2.7-apache to 8.2.8-apache
Browse files Browse the repository at this point in the history
Bumps php from 8.2.7-apache to 8.2.8-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 Aug 9, 2023
1 parent a89f0b1 commit 3ca02c5
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.7-apache
FROM php:8.2.8-apache
RUN a2enmod rewrite

WORKDIR /var/www/html/
Expand Down

0 comments on commit 3ca02c5

Please sign in to comment.