Skip to content

Commit 88baa7e

Browse files
author
Travis CI User
committed
Releasing 2.5.4
1 parent b534571 commit 88baa7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.hub

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.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

88
VOLUME ["/var/run/docker.sock", "/var/run/docker.sock"]

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)