Skip to content

Commit

Permalink
fix: upgrade to php 7.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Nov 3, 2020
1 parent 481e700 commit e3d7e43
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.0-apache AS prod
FROM php:7.2.5-apache AS prod

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

0 comments on commit e3d7e43

Please sign in to comment.