Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2020
1 parent 448dbec commit 1c5af19
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.0.4 as composer

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

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

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 1c5af19

Please sign in to comment.