From 4418810ebccc011fe0de9189f2ec67cb6826872e Mon Sep 17 00:00:00 2001 From: Andrei Condurachi Date: Thu, 19 Nov 2020 13:58:27 +0200 Subject: [PATCH] fpm alpine update --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e985bef..91e2534 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM php:7.4-apache -LABEL maintainer="Andy Miller (@rhukster)" +FROM php:7.4-fpm-alpine +LABEL maintainer="Andrei Condurachi (@acondura)" # Enable Apache Rewrite + Expires Module RUN a2enmod rewrite expires && \ diff --git a/README.md b/README.md index a5c6372..d94ba75 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ This uses the official image of Grav CMS (https://getgrav.org) with some additional configs so that it makes sense to use on a Production server. # Official Docker Image for Grav -This currently is pretty minimal and uses: +This currently is uses the latest versions of: -* apache-2.4.38 +* apache * GD library * Unzip library * php7.4