From 62e73a2ca0e209869cd8382f8cb2a9e7f4825056 Mon Sep 17 00:00:00 2001 From: Jeon Ga Bin Date: Fri, 10 Jan 2020 15:38:48 +0900 Subject: [PATCH] py2-yaml conflict solve temporary --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 056ff5af..9871d66a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest as py-ea +FROM alpine:3.8 as py-ea ARG ELASTALERT_VERSION=v0.2.0b2 ENV ELASTALERT_VERSION=${ELASTALERT_VERSION} # URL from which to download Elastalert.