Skip to content

Commit 8d7b91e

Browse files
author
Travis CI User
committed
Releasing 2.3.3
1 parent a73fe91 commit 8d7b91e

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.2.3/dns-proxy-server-2.2.3.tgz > $TMP_NAME && \
5+
RUN curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.3.3/dns-proxy-server-2.3.3.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
@@ -22,7 +22,7 @@ services:
2222
# Run from docker image
2323
prod-docker-dns-prod-server:
2424
container_name: dns-proxy-server
25-
image: defreitas/dns-proxy-server:2.2.3
25+
image: defreitas/dns-proxy-server:2.3.3
2626
hostname: dns.mageddo
2727
volumes:
2828
- /opt/dns-proxy-server/conf:/app/conf
@@ -38,7 +38,7 @@ services:
3838
context: .
3939
dockerfile: Dockerfile
4040
container_name: docker-dns-server-docker-compiler
41-
image: defreitas/dns-proxy-server:2.2.3
41+
image: defreitas/dns-proxy-server:2.3.3
4242

4343
# Build the project and generate binary at build folder
4444
prod-build-dns-proxy-server:

0 commit comments

Comments
 (0)