-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump CoreDNS to the 1.11.3 There have been several security fixes since v1.8.7 which was released in January 2022. For example, CVE-2022-27191 and CVE-2022-28948 were mentioned in version v1.9.3 and security issues discovered in an audit were fixed in v1.9.2. There were also plenty of bugfixes done in the last 2.5 years. * Update CoreDNS to 1.11.4
- Loading branch information
1 parent
312354a
commit 0d82046
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
image: ghcr.io/home-assistant/{arch}-hassio-dns | ||
build_from: | ||
aarch64: ghcr.io/home-assistant/aarch64-base:3.19 | ||
armhf: ghcr.io/home-assistant/armhf-base:3.19 | ||
armv7: ghcr.io/home-assistant/armv7-base:3.19 | ||
amd64: ghcr.io/home-assistant/amd64-base:3.19 | ||
i386: ghcr.io/home-assistant/i386-base:3.19 | ||
aarch64: ghcr.io/home-assistant/aarch64-base:3.20 | ||
armhf: ghcr.io/home-assistant/armhf-base:3.20 | ||
armv7: ghcr.io/home-assistant/armv7-base:3.20 | ||
amd64: ghcr.io/home-assistant/amd64-base:3.20 | ||
i386: ghcr.io/home-assistant/i386-base:3.20 | ||
codenotary: | ||
signer: [email protected] | ||
base_image: [email protected] | ||
|
@@ -21,4 +21,4 @@ labels: | |
org.opencontainers.image.documentation: https://www.home-assistant.io/docs/ | ||
org.opencontainers.image.licenses: Apache License 2.0 | ||
args: | ||
COREDNS_VERSION: 1.8.7 | ||
COREDNS_VERSION: 1.11.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters