From 17dfe787bbda7b13cb77ef457e3c4a5b572d219c Mon Sep 17 00:00:00 2001 From: Vitalii Tverdokhlib Date: Sat, 2 Feb 2019 10:12:37 +0200 Subject: [PATCH] alpine 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c07f60b..4d65d66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.8 +FROM alpine:3.9 LABEL Maintainer="Tim de Pater " \ Description="Lightweight container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux."