File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:8
22WORKDIR /app
33ENV TMP_NAME=/tmp/dns-proxy-server.tgz
44RUN apt-get update && apt-get install -y curl
5- RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.1.6 /dns-proxy-server-2.1.6 .tgz > $TMP_NAME && \
5+ RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.1.7 /dns-proxy-server-2.1.7 .tgz > $TMP_NAME && \
66 tar -xvf $TMP_NAME -C /app/ && rm -f $TMP_NAME
77
88VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 # Run from docker image
2323 prod-docker-dns-prod-server :
2424 container_name : dns-proxy-server
25- image : defreitas/dns-proxy-server:2.1.6
25+ image : defreitas/dns-proxy-server:2.1.7
2626 hostname : dns.mageddo
2727 volumes :
2828 - /opt/dns-proxy-server/conf:/app/conf
@@ -38,7 +38,7 @@ services:
3838 context : .
3939 dockerfile : Dockerfile
4040 container_name : docker-dns-server-docker-compiler
41- image : defreitas/dns-proxy-server:2.1.6
41+ image : defreitas/dns-proxy-server:2.1.7
4242
4343 # Build the project and generate binary at build folder
4444 prod-build-dns-proxy-server :
You can’t perform that action at this time.
0 commit comments