From 0439d11df9b09668ca448a9b87ea28157be1b81d Mon Sep 17 00:00:00 2001 From: sj Date: Tue, 12 Jun 2018 12:12:02 +0200 Subject: [PATCH] Updated to Alpine Linux 3.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 195623a..777854d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:3.7 LABEL Maintainer="Tim de Pater " \ Description="Lightweight container with Nginx 1.12 & PHP-FPM 7.1 based on Alpine Linux."