Skip to content

Commit

Permalink
release of 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
obi12341 committed Dec 16, 2022
1 parent aaa62cf commit 606caf7
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.15.0
ENV VERSION 1.17.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 mobilistics/unbound:1.15.0```
```docker run --name unbound -d -p 53:53/udp -p 53:53 mobilistics/unbound:1.17.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" mobilistics/unbound:1.15.0```
```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" mobilistics/unbound:1.17.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 @@
a480dc6c8937447b98d161fe911ffc76cfaffa2da18788781314e81339f1126f unbound-1.15.0.tar.gz
dcbc95d7891d9f910c66e4edc9f1f2fde4dea2eec18e3af9f75aed44a02f1341 unbound-1.17.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: mobilistics/unbound:1.15.0
image: mobilistics/unbound:1.17.0
ports:
- "53:53/udp"
- "53:53"
Expand Down

0 comments on commit 606caf7

Please sign in to comment.