Skip to content

Commit

Permalink
prepare 1.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obi12341 committed Aug 31, 2023
1 parent 59de6c5 commit 9e54124
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:jammy
MAINTAINER [email protected]

ENV VERSION 1.17.1
ENV VERSION 1.18.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.17.1```
```docker run --name unbound -d -p 53:53/udp -p 53:53 mobilistics/unbound:1.18.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.17.1```
```docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" mobilistics/unbound:1.18.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 @@
ee4085cecce12584e600f3d814a28fa822dfaacec1f94c84bfd67f8a5571a5f4 unbound-1.17.1.tar.gz
3da95490a85cff6420f26fae0b84a49f5112df1bf1b7fc34f8724f02082cb712 unbound-1.18.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.17.1
image: mobilistics/unbound:1.18.0
ports:
- "53:53/udp"
- "53:53"
Expand Down

0 comments on commit 9e54124

Please sign in to comment.