diff --git a/Dockerfile b/Dockerfile index 5e4da58..1137d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM hasholding/alpine-base LABEL maintainer "Levent SAGIROGLU " -ARG VERSION=v1.6.3 +ARG VERSION=v1.6.4 RUN wget --quiet --output-document=/bin/traefik https://github.com/containous/traefik/releases/download/${VERSION}/traefik_linux-amd64 && \ chmod +x /bin/traefik VOLUME /shared