Compare commits

...

3 Commits

Author SHA1 Message Date
Gertjan Krol e74ed754a0 Merge pull request 'Unbound 1.19.0' (#4) from feature/unbound-1.19.0 into master
Test / test_build (push) Successful in 3m28s Details
Release / build_push (push) Successful in 17s Details
Reviewed-on: #4
2024-01-19 17:26:59 +00:00
Gertjan Krol 195b5fe7a0 Update CHANGELOG.md 2024-01-19 17:25:55 +00:00
Gertjan Krol 80e7056379 Update Dockerfile 2024-01-19 17:25:03 +00:00
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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 && \