Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lspgn committed Apr 13, 2018
1 parent db87c37 commit f17ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stretch

ARG DOWNLOAD_URL=https://github.com/cloudflare/goflow/releases/download/v2.0.0-pre1/goflow-linux-x86_64
ARG DOWNLOAD_URL=https://github.com/cloudflare/goflow/releases/download/v2.0.1/goflow-v2.0.1-linux-x86_64

RUN apt-get update && \
apt-get -y install curl && \
Expand Down

0 comments on commit f17ddd8

Please sign in to comment.