Skip to content

Commit 9b85515

Browse files
committed
[Gradle Release Plugin] - releasing '2.0.19'.
1 parent 89766dd commit 9b85515

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
network_mode: bridge
1717
prod-docker-dns-prod-server: # run from a docker image
1818
container_name: dns-proxy-server
19-
image: defreitas/dns-proxy-server:2.0.18
19+
image: defreitas/dns-proxy-server:2.0.19
2020
hostname: dns.mageddo
2121
volumes:
2222
- /opt/dns-proxy-server/conf:/app/conf
@@ -30,8 +30,8 @@ services:
3030
context: .
3131
dockerfile: Dockerfile
3232
container_name: docker-dns-server-docker-compiler
33-
image: defreitas/dns-proxy-server:2.0.18
33+
image: defreitas/dns-proxy-server:2.0.19
3434
prod-build-dns-proxy-server: # build the binary
3535
extends: gocompiler-docker-dns-proxy
3636
container_name: docker-dns-server-compiler
37-
command: bash -c "rm -rf build/ && mkdir -p build/ && git submodule init && git submodule update && cd src && go test -cover=false ./github.com/mageddo/dns-proxy-server/.../ && go build -v -o ../build/dns-proxy-server && cp -r ../static ../build/ && cp ../docker-compose.yml ../build/docker-compose.yml && cp ../dns-proxy-service ../build/dns-proxy-service && cd ../build/ && tar -cvf dns-proxy-server-2.0.18.tgz *"
37+
command: bash -c "rm -rf build/ && mkdir -p build/ && git submodule init && git submodule update && cd src && go test -cover=false ./github.com/mageddo/dns-proxy-server/.../ && go build -v -o ../build/dns-proxy-server && cp -r ../static ../build/ && cp ../docker-compose.yml ../build/docker-compose.yml && cp ../dns-proxy-service ../build/dns-proxy-service && cd ../build/ && tar -cvf dns-proxy-server-2.0.19.tgz *"

hub.Dockerfile

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.0.18/dns-proxy-server-2.0.18.tgz > $TMP_NAME && \
5+
RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.0.19/dns-proxy-server-2.0.19.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"]

0 commit comments

Comments
 (0)