Skip to content

Commit

Permalink
Merge pull request #12 from PedroTroller/dependabot/docker/php-7.4.12…
Browse files Browse the repository at this point in the history
…-apache

fix: bump php from 7.2.0-apache to 7.4.12-apache
  • Loading branch information
PedroTroller authored Nov 3, 2020
2 parents 448dbec + 1c5af19 commit 5b54716
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 5b54716

Please sign in to comment.