From f038f51d7fe30da48cd72fd1da0b179498fa1f52 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 23 May 2018 15:34:02 -0700 Subject: [PATCH] Bumping dockerfile version --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index deba63b..c87d283 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stretch -ARG DOWNLOAD_URL=https://github.com/cloudflare/goflow/releases/download/v2.0.3/goflow-v2.0.3-linux-x86_64 +ARG DOWNLOAD_URL=https://github.com/cloudflare/goflow/releases/download/v2.0.4/goflow-v2.0.4-linux-x86_64 RUN apt-get update && \ apt-get -y install curl && \