Skip to content

Commit e2b75c4

Browse files
author
Travis CI User
committed
Releasing 2.7.0
1 parent aba222e commit e2b75c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.hub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:8
22
WORKDIR /app
33
ENV TMP_NAME=/tmp/dns-proxy-server.tgz
44
RUN apt-get update && apt-get install -y curl
5-
RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.6.1/dns-proxy-server-2.6.1.tgz > $TMP_NAME && \
5+
RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.7.0/dns-proxy-server-2.7.0.tgz > $TMP_NAME && \
66
tar -xvf $TMP_NAME -C /app/ && rm -f $TMP_NAME
77

88
VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"]

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919

2020
# Run from docker image
2121
prod-dps:
22-
image: defreitas/dns-proxy-server:2.6.1
22+
image: defreitas/dns-proxy-server:2.7.0
2323
hostname: dns.mageddo
2424
volumes:
2525
- /opt/dns-proxy-server/conf:/app/conf
@@ -41,7 +41,7 @@ services:
4141
context: .
4242
dockerfile: Dockerfile
4343
container_name: docker-dns-server-docker-compiler
44-
image: defreitas/dns-proxy-server:2.6.1
44+
image: defreitas/dns-proxy-server:2.7.0
4545

4646
# build the project and make the github release
4747
prod-ci-deploy:

0 commit comments

Comments
 (0)