Skip to content

Commit

Permalink
release of 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obi12341 committed May 24, 2021
1 parent 55647cf commit 5a16ffa
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.0
ENV VERSION 1.13.1

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.0```
```docker run --name unbound -d -p 53:53/udp -p 53:53 secns/unbound:1.13.1```

(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.0```
```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" secns/unbound:1.13.1```

# 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 @@
a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1 unbound-1.13.0.tar.gz
8504d97b8fc5bd897345c95d116e0ee0ddf8c8ff99590ab2b4bd13278c9f50b8 unbound-1.13.1.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.0
image: secns/unbound:1.13.1
ports:
- "53:53/udp"
- "53:53"
Expand Down

0 comments on commit 5a16ffa

Please sign in to comment.