From fffdd976ca2a65521b2c6a9805e678d05325ce23 Mon Sep 17 00:00:00 2001 From: addyess <10090033+addyess@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:18:32 +0000 Subject: [PATCH] Update CoreDNS version to 1.11.3 --- rockcraft.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index 7e9c2eb..e082705 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -1,15 +1,13 @@ name: coredns summary: ROCK for the CoreDNS Project. description: This ROCK is a drop in replacement for the coredns/coredns image. -version: "1.11.1" +version: "1.11.3" license: Apache-2.0 - base: bare build-base: ubuntu@22.04 platforms: amd64: arm64: - entrypoint-service: coredns services: coredns: @@ -18,13 +16,12 @@ services: startup: enabled command: "/coredns [ -conf /etc/coredns/Corefile ]" on-failure: shutdown - parts: coredns: plugin: nil source: https://github.com/coredns/coredns source-type: git - source-tag: v1.11.1 + source-tag: v1.11.3 source-depth: 1 build-packages: - build-essential