From 6674af88810ee3ac303b333ea9a96d1cee2b609f Mon Sep 17 00:00:00 2001 From: ofthesun9 Date: Sat, 21 Jul 2018 15:19:43 +0000 Subject: [PATCH] Switching to alpine:3.8 --- core/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nginx/Dockerfile b/core/nginx/Dockerfile index ad6752a..a88f9f5 100644 --- a/core/nginx/Dockerfile +++ b/core/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:edge +FROM alpine:3.8 RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl