From 80e70563792ba85032e67a8028f094f325099675 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Fri, 19 Jan 2024 17:25:03 +0000 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a79a3d..cd21064 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.15.5 -ARG UNBOUND_VERSION=1.18.0 +ARG UNBOUND_VERSION=1.19.0 # Install dependencies and build unbound, clean up after RUN apk --update add --no-cache alpine-sdk bison dns-root-hints expat-dev flex git openssl-dev && \ From 195b5fe7a08667cfe8db882dd09becbefa7061c6 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Fri, 19 Jan 2024 17:25:55 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84d0b0..0ab99a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.19.0] +- Updated Unbound to version `1.19.0` + ## [1.18.0] - 2023-11-07 - Updated Unbound to version `1.18.0` - Added Forgejo workflows