Skip to content

Commit

Permalink
release of 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obi12341 committed Feb 14, 2022
1 parent 5a16ffa commit 09bd31c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:bionic
MAINTAINER [email protected]

ENV VERSION 1.13.1
ENV VERSION 1.15.0

WORKDIR /usr/local/src/
ADD assets/sha256checksum sha256checksum
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Unbound (with DNSSEC validation)

Just use this command to start the container. Unbound will listen on port 53/udp.

```docker run --name unbound -d -p 53:53/udp -p 53:53 secns/unbound:1.13.1```
```docker run --name unbound -d -p 53:53/udp -p 53:53 secns/unbound:1.15.0```

(optional)
If you want to override the nameserver in the unbound container, you can use:

```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" secns/unbound:1.13.1```
```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" secns/unbound:1.15.0```

# Configuration
These options can be set via the environment variable -e flag:
Expand Down
2 changes: 1 addition & 1 deletion assets/sha256checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8504d97b8fc5bd897345c95d116e0ee0ddf8c8ff99590ab2b4bd13278c9f50b8 unbound-1.13.1.tar.gz
a480dc6c8937447b98d161fe911ffc76cfaffa2da18788781314e81339f1126f unbound-1.15.0.tar.gz
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
unbound:
image: secns/unbound:1.13.1
image: secns/unbound:1.15.0
ports:
- "53:53/udp"
- "53:53"
Expand Down

0 comments on commit 09bd31c

Please sign in to comment.