Compare commits

..

No commits in common. "e74ed754a0a6284ff06057dd49d2a4ef8c58d5ac" and "1b5dc239772dbab0f497f008a2e635827c056feb" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -3,9 +3,6 @@ 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.19.0
ARG UNBOUND_VERSION=1.18.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 && \