Skip to content

Commit

Permalink
Upgrade php image to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopez-akalam authored Nov 25, 2019
1 parent a2689da commit 7c63ab4
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
@@ -1,4 +1,4 @@
FROM php:7.1.13-apache
FROM php:7.2.25-apache

RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list
RUN apt-get update && apt-get install -y libfreetype6-dev libjpeg62-turbo-dev libpng12-dev libbz2-dev libmcrypt-dev unzip git build-essential
Expand Down

0 comments on commit 7c63ab4

Please sign in to comment.