Skip to content

Commit

Permalink
build(deps): bump php from 8.3.8-apache to 8.3.9-apache
Browse files Browse the repository at this point in the history
Bumps php from 8.3.8-apache to 8.3.9-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 Jul 8, 2024
1 parent 786ba90 commit a7de8e5
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.3.8-apache
FROM php:8.3.9-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 a7de8e5

Please sign in to comment.