From ac4f183864155eafc53124882c7d228f3865e612 Mon Sep 17 00:00:00 2001 From: Levent Sagiroglu Date: Wed, 16 May 2018 16:02:06 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cd3f17..7b494d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM hasholding/alpine-base LABEL maintainer "Levent SAGIROGLU " -ARG VERSION=v1.6.0 +ARG VERSION=v1.6.1 RUN wget --quiet --output-document=/bin/traefik https://github.com/containous/traefik/releases/download/${VERSION}/traefik_linux-amd64 && \ chmod +x /bin/traefik VOLUME /shared