Skip to content

Commit

Permalink
Merge pull request #19 from devzwf/update-unbound-version
Browse files Browse the repository at this point in the history
chore: Update Unbound version to 1.22.0
  • Loading branch information
devzwf authored Oct 18, 2024
2 parents b3be99e + 36bf655 commit 02a1639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ARG TAG='latest'

FROM debian:bullseye as unbound

ARG UNBOUND_VERSION=1.21.1
ARG UNBOUND_SHA256=3036d23c23622b36d3c87e943117bdec1ac8f819636eb978d806416b0fa9ea46
ARG UNBOUND_DOWNLOAD_URL=https://nlnetlabs.nl/downloads/unbound/unbound-1.21.1.tar.gz
ARG UNBOUND_VERSION=1.22.0
ARG UNBOUND_SHA256=c5dd1bdef5d5685b2cedb749158dd152c52d44f65529a34ac15cd88d4b1b3d43
ARG UNBOUND_DOWNLOAD_URL=https://nlnetlabs.nl/downloads/unbound/unbound-1.22.0.tar.gz

WORKDIR /tmp/src

Expand Down

0 comments on commit 02a1639

Please sign in to comment.