diff --git a/Dockerfile.hub b/Dockerfile.hub index d2a83b4c0..90b1c2497 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.0.21/dns-proxy-server-2.0.21.tgz > $TMP_NAME && \ +RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.1.0/dns-proxy-server-2.1.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/VERSION b/VERSION index eb4d1bc7a..50aea0e7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.21 \ No newline at end of file +2.1.0 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 7e5271a4e..2a3bc104f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: network_mode: bridge prod-docker-dns-prod-server: # run from a docker image container_name: dns-proxy-server - image: defreitas/dns-proxy-server:2.0.21 + image: defreitas/dns-proxy-server:2.1.0 hostname: dns.mageddo volumes: - /opt/dns-proxy-server/conf:/app/conf @@ -31,7 +31,7 @@ services: context: . dockerfile: Dockerfile container_name: docker-dns-server-docker-compiler - image: defreitas/dns-proxy-server:2.0.21 + image: defreitas/dns-proxy-server:2.1.0 prod-build-dns-proxy-server: # build the binary extends: gocompiler-docker-dns-proxy container_name: docker-dns-server-compiler diff --git a/gradle.properties b/gradle.properties index 56a0a9a45..16cc23cf8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.0.22 \ No newline at end of file +version=2.1.0 \ No newline at end of file