Skip to content

Commit

Permalink
build(deps): bump php from 8.3.8-apache to 8.4.2-apache
Browse files Browse the repository at this point in the history
Bumps php from 8.3.8-apache to 8.4.2-apache.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 4f2dcf6 commit 1726961
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.4.2-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 1726961

Please sign in to comment.