Skip to content

Commit

Permalink
build(deps): bump php from 8.2.5-apache to 8.2.10-apache (#1678)
Browse files Browse the repository at this point in the history
Bumps php from 8.2.5-apache to 8.2.10-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] authored Sep 9, 2023
1 parent 6e3d440 commit ded0ed7
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 @@ -16,7 +16,7 @@ RUN rm -rf node_modules

#---------------------------

FROM php:8.2.5-apache
FROM php:8.2.10-apache
RUN apt-get --quiet=2 update \
&& apt-get --quiet=2 install zip unzip \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit ded0ed7

Please sign in to comment.