From 5379382914558a9eda6f17ef2c60ddcc9301b325 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 31 May 2018 18:05:42 +0000 Subject: [PATCH] Releasing 2.5.3 --- Dockerfile.hub | 2 +- docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.hub b/Dockerfile.hub index ffaeead24..a7431578e 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.2/dns-proxy-server-2.5.2.tgz > $TMP_NAME && \ +RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.5.3/dns-proxy-server-2.5.3.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 9b541c5ed..3ee71e385 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: # Run from docker image prod-dps: - image: defreitas/dns-proxy-server:2.5.2 + image: defreitas/dns-proxy-server:2.5.3 hostname: dns.mageddo volumes: - /opt/dns-proxy-server/conf:/app/conf @@ -42,7 +42,7 @@ services: context: . dockerfile: Dockerfile container_name: docker-dns-server-docker-compiler - image: defreitas/dns-proxy-server:2.5.2 + image: defreitas/dns-proxy-server:2.5.3 # build the project and make the github release prod-ci-deploy: