From 01af02e159431ce187922e04668e9200c55cdc0d Mon Sep 17 00:00:00 2001 From: Memiks Date: Thu, 5 Dec 2019 16:12:06 +0900 Subject: [PATCH] change to alpine latest --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 375c47b..dc4ab94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.10 -LABEL Maintainer="Tim de Pater " \ - Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux." +FROM alpine +LABEL Maintainer="Memiks " \ + Description="Lightweight container with Nginx & PHP-FPM based on Alpine Linux." # Install packages RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-curl \