File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM arm32v7/debian:7
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.10.1 /dns-proxy-server-linux-arm-2.10.1 .tgz > $TMP_NAME && \
5+ RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.10.2 /dns-proxy-server-linux-arm-2.10.2 .tgz > $TMP_NAME && \
66 tar -xvf $TMP_NAME -C /app/ && rm -f $TMP_NAME && apt purge -y curl
77
88VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM arm64v8/debian:9
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.10.1 /dns-proxy-server-linux-arm64-2.10.1 .tgz > $TMP_NAME && \
5+ RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.10.2 /dns-proxy-server-linux-arm64-2.10.2 .tgz > $TMP_NAME && \
66 tar -xvf $TMP_NAME -C /app/ && rm -f $TMP_NAME && apt purge -y curl
77
88VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM arm32v7/debian:7
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.10.1 /dns-proxy-server-linux-arm-2.10.1 .tgz > $TMP_NAME && \
5+ RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.10.2 /dns-proxy-server-linux-arm-2.10.2 .tgz > $TMP_NAME && \
66 tar -xvf $TMP_NAME -C /app/ && rm -f $TMP_NAME && apt purge -y curl
77
88VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"]
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.10.1 /dns-proxy-server-linux-amd64-2.10.1 .tgz > $TMP_NAME && \
5+ RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.10.2 /dns-proxy-server-linux-amd64-2.10.2 .tgz > $TMP_NAME && \
66 tar -xvf $TMP_NAME -C /app/ && rm -f $TMP_NAME && apt purge -y curl
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.10.1
22+ image : defreitas/dns-proxy-server:2.10.2
2323 hostname : dns.mageddo
2424 volumes :
2525 - /opt/dns-proxy-server/conf:/app/conf
@@ -39,25 +39,25 @@ services:
3939 build :
4040 context : .
4141 dockerfile : Dockerfile
42- image : defreitas/dns-proxy-server:2.10.1
42+ image : defreitas/dns-proxy-server:2.10.2
4343
4444 prod-build-image-dps-arm7x86 :
4545 build :
4646 context : .
4747 dockerfile : Dockerfile.arm7x86
48- image : defreitas/dns-proxy-server-arm7x86:2.10.1
48+ image : defreitas/dns-proxy-server-arm7x86:2.10.2
4949
5050 prod-build-image-dps-arm8x64 :
5151 build :
5252 context : .
5353 dockerfile : Dockerfile.arm8x64
54- image : defreitas/dns-proxy-server-arm8x64:2.10.1
54+ image : defreitas/dns-proxy-server-arm8x64:2.10.2
5555
5656 prod-build-image-dps-arm8x86 :
5757 build :
5858 context : .
5959 dockerfile : Dockerfile.arm8x86
60- image : defreitas/dns-proxy-server-arm8x86:2.10.1
60+ image : defreitas/dns-proxy-server-arm8x86:2.10.2
6161
6262 # build the project and make the github release
6363 prod-ci-deploy :
You can’t perform that action at this time.
0 commit comments