diff --git a/docker/Dockerfile b/docker/Dockerfile index 9b05316..6f8770b 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.1/goflow-v2.0.1-linux-x86_64 +ARG DOWNLOAD_URL=https://github.com/cloudflare/goflow/releases/download/v2.0.2/goflow-v2.0.2-linux-x86_64 RUN apt-get update && \ apt-get -y install curl && \ @@ -8,4 +8,4 @@ RUN apt-get update && \ curl -L ${DOWNLOAD_URL} > /goflow && \ chmod +x /goflow -ENTRYPOINT [ "/goflow" ] \ No newline at end of file +ENTRYPOINT [ "/goflow" ]