From 52739026c8f63b891b1033963ca7219c0cec51ed Mon Sep 17 00:00:00 2001 From: Tejas Bubane Date: Tue, 11 Sep 2018 00:37:45 +0530 Subject: [PATCH] Use alpine image v3.8 for app container (#305) Closes #304 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 462f9f3..2a8f6cb 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:3.8 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}"