From c1dea8605b8464d03a8150be24392c2983c424d7 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Sat, 17 Aug 2019 11:37:30 +0200 Subject: [PATCH] update alpine base image --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index b7158ce..3de107b 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.9 +FROM alpine:3.10 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}"