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.5.3 /dns-proxy-server-2.5.3 .tgz > $TMP_NAME && \
5+ RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.5.4 /dns-proxy-server-2.5.4 .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 @@ -20,7 +20,7 @@ services:
2020
2121 # Run from docker image
2222 prod-dps :
23- image : defreitas/dns-proxy-server:2.5.3
23+ image : defreitas/dns-proxy-server:2.5.4
2424 hostname : dns.mageddo
2525 volumes :
2626 - /opt/dns-proxy-server/conf:/app/conf
@@ -42,7 +42,7 @@ services:
4242 context : .
4343 dockerfile : Dockerfile
4444 container_name : docker-dns-server-docker-compiler
45- image : defreitas/dns-proxy-server:2.5.3
45+ image : defreitas/dns-proxy-server:2.5.4
4646
4747 # build the project and make the github release
4848 prod-ci-deploy :
You can’t perform that action at this time.
0 commit comments