Skip to content

Commit

Permalink
update to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obi12341 committed Jul 28, 2020
1 parent a6be67b commit 0a32de9
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.10.1
ENV VERSION 1.11.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.10.1```
```docker run --name unbound -d -p 53:53/udp -p 53:53 secns/unbound:1.11.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.10.1```
```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" secns/unbound:1.11.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 @@
b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536 unbound-1.10.1.tar.gz
9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d68685e51ef7 unbound-1.11.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.10.1
image: secns/unbound:1.11.0
ports:
- "53:53/udp"
- "53:53"
Expand Down

0 comments on commit 0a32de9

Please sign in to comment.