Skip to content

Commit

Permalink
Merge pull request #1543 from cybozu/unbound-1.22.0
Browse files Browse the repository at this point in the history
Update unboud to 1.22.0
  • Loading branch information
chez-shanpu authored Feb 17, 2025
2 parents 4fe8efd + b2e9bf2 commit 86d1952
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion unbound/BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21
1.22
2 changes: 1 addition & 1 deletion unbound/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/cybozu/ubuntu-dev:22.04 AS build

ARG UNBOUND_VERSION=1.21.1
ARG UNBOUND_VERSION=1.22.0

WORKDIR /work
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion unbound/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Prepare config file `unbound.conf` at working directory, then execute following command.

$ docker run --mount type=bind,source="$(pwd)"/unbound.conf,target=/etc/unbound.conf \
ghcr.io/cybozu/unbound:1.21 -c /etc/unbound.conf
ghcr.io/cybozu/unbound:1.22 -c /etc/unbound.conf

## Docker images

Expand Down
2 changes: 1 addition & 1 deletion unbound/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.1.1
1.22.0.1
4 changes: 2 additions & 2 deletions unbound/root.hints
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
; on server FTP.INTERNIC.NET
; -OR- RS.INTERNIC.NET
;
; last update: September 19, 2024
; related version of root zone: 2024091901
; last update: January 29, 2025
; related version of root zone: 2025012901
;
; FORMERLY NS.INTERNIC.NET
;
Expand Down

0 comments on commit 86d1952

Please sign in to comment.