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