Compare commits
3 Commits
e74ed754a0
...
6a67f676d3
Author | SHA1 | Date |
---|---|---|
Gertjan Krol | 6a67f676d3 | |
Gertjan Krol | b968f57c82 | |
Gertjan Krol | 9d7104b782 |
|
@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.20.0]
|
||||||
|
- Updated Unbound to version `1.20.0`
|
||||||
|
|
||||||
## [1.19.0]
|
## [1.19.0]
|
||||||
- Updated Unbound to version `1.19.0`
|
- Updated Unbound to version `1.19.0`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:3.15.5
|
FROM alpine:3.15.5
|
||||||
|
|
||||||
ARG UNBOUND_VERSION=1.19.0
|
ARG UNBOUND_VERSION=1.20.0
|
||||||
|
|
||||||
# Install dependencies and build unbound, clean up after
|
# 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 && \
|
RUN apk --update add --no-cache alpine-sdk bison dns-root-hints expat-dev flex git openssl-dev && \
|
||||||
|
|
Loading…
Reference in New Issue