Skip to content

Commit

Permalink
fix: bump php from 7.4.12-apache to 8.2.2-apache
Browse files Browse the repository at this point in the history
Bumps php from 7.4.12-apache to 8.2.2-apache.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2023
1 parent 9029076 commit 9b6457b
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 @@ -2,7 +2,7 @@ FROM composer:2.1.3 as composer

########################################

FROM php:7.4.12-apache AS prod
FROM php:8.2.2-apache AS prod

RUN (curl -sL https://deb.nodesource.com/setup_19.x | bash) \
&& apt-get update \
Expand Down

0 comments on commit 9b6457b

Please sign in to comment.