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.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
88VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"]
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments