Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 4b92e59 commit 145b821
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.10-apache
FROM php:8.3.1-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 145b821

Please sign in to comment.