Skip to content

Commit 923233d

Browse files
author
Travis CI User
committed
Releasing 2.1.5
1 parent e35424c commit 923233d

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.1.3/dns-proxy-server-2.1.3.tgz > $TMP_NAME && \
5+
RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.1.5/dns-proxy-server-2.1.5.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
@@ -17,7 +17,7 @@ services:
1717
network_mode: bridge
1818
prod-docker-dns-prod-server: # run from a docker image
1919
container_name: dns-proxy-server
20-
image: defreitas/dns-proxy-server:2.1.3
20+
image: defreitas/dns-proxy-server:2.1.5
2121
hostname: dns.mageddo
2222
volumes:
2323
- /opt/dns-proxy-server/conf:/app/conf
@@ -31,7 +31,7 @@ services:
3131
context: .
3232
dockerfile: Dockerfile
3333
container_name: docker-dns-server-docker-compiler
34-
image: defreitas/dns-proxy-server:2.1.3
34+
image: defreitas/dns-proxy-server:2.1.5
3535
prod-build-dns-proxy-server: # build the binary
3636
extends: gocompiler-docker-dns-proxy
3737
container_name: docker-dns-server-compiler

0 commit comments

Comments
 (0)