Skip to content

Commit

Permalink
Releasing 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Nov 17, 2018
1 parent 045423d commit be8fc79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.hub
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:8
WORKDIR /app
ENV TMP_NAME=/tmp/dns-proxy-server.tgz
RUN apt-get update && apt-get install -y curl
RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.8.0/dns-proxy-server-2.8.0.tgz > $TMP_NAME && \
RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.9.0/dns-proxy-server-2.9.0.tgz > $TMP_NAME && \
tar -xvf $TMP_NAME -C /app/ && rm -f $TMP_NAME

VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"]
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

# Run from docker image
prod-dps:
image: defreitas/dns-proxy-server:2.8.0
image: defreitas/dns-proxy-server:2.9.0
hostname: dns.mageddo
volumes:
- /opt/dns-proxy-server/conf:/app/conf
Expand All @@ -41,7 +41,7 @@ services:
context: .
dockerfile: Dockerfile
container_name: docker-dns-server-docker-compiler
image: defreitas/dns-proxy-server:2.8.0
image: defreitas/dns-proxy-server:2.9.0

# build the project and make the github release
prod-ci-deploy:
Expand Down

0 comments on commit be8fc79

Please sign in to comment.