From 785b15f39393e8ba847401f34e1ab5a2066cbc3b Mon Sep 17 00:00:00 2001 From: Ernesto Serrano Date: Thu, 18 Jun 2020 17:16:07 +0200 Subject: [PATCH] Fixed Label in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55b6ef5..e7f2f6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.12 LABEL Maintainer="Tim de Pater " \ - Description="Lightweight container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux." + Description="Lightweight container with Nginx 1.18 & PHP-FPM 7.3 based on Alpine Linux." # Install packages and remove default server definition RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \