diff --git a/Dockerfile.hub b/Dockerfile.hub index d44a5f58f..314b3a42c 100644 --- a/Dockerfile.hub +++ b/Dockerfile.hub @@ -2,7 +2,7 @@ FROM debian:8 WORKDIR /app ENV TMP_NAME=/tmp/dns-proxy-server.tgz RUN apt-get update && apt-get install -y curl -RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.5.4/dns-proxy-server-2.5.4.tgz > $TMP_NAME && \ +RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.6.0/dns-proxy-server-2.6.0.tgz > $TMP_NAME && \ tar -xvf $TMP_NAME -C /app/ && rm -f $TMP_NAME VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"] diff --git a/docker-compose.yml b/docker-compose.yml index e49908eb7..1c4608637 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: # Run from docker image prod-dps: - image: defreitas/dns-proxy-server:2.5.4 + image: defreitas/dns-proxy-server:2.6.0 hostname: dns.mageddo volumes: - /opt/dns-proxy-server/conf:/app/conf @@ -41,7 +41,7 @@ services: context: . dockerfile: Dockerfile container_name: docker-dns-server-docker-compiler - image: defreitas/dns-proxy-server:2.5.4 + image: defreitas/dns-proxy-server:2.6.0 # build the project and make the github release prod-ci-deploy: