bump versions
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.2
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:9.2.0
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
ARG COREDNS_VERSION=1.13.2
|
||||
ARG COREDNS_VERSION=1.14.1
|
||||
|
||||
WORKDIR /coredns
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: "Coredns"
|
||||
version: "1.13.2"
|
||||
version: "1.14.1"
|
||||
slug: "coredns"
|
||||
description: "CoreDNS is a DNS server that chains plugins "
|
||||
url: "https://coredns.io/"
|
||||
|
||||
Reference in New Issue
Block a user