From 8686c4907ed4b53c674809fd60e33d7e37c6fd69 Mon Sep 17 00:00:00 2001 From: Nikos Date: Wed, 1 May 2024 10:29:27 +0300 Subject: [PATCH] fix: use tag to build hydra --- rockcraft.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index 3b0bb142..ced08023 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -1,7 +1,7 @@ name: hydra base: bare build-base: ubuntu@22.04 -version: "2.2.0-canonical" +version: "2.3.0-canonical" summary: Ory Hydra description: | Ory Hydra is a hardened and certified OAuth 2.0 and OpenID Connect provider. @@ -56,5 +56,4 @@ parts: go build -ldflags="${go_linker_flags}" -o "${CRAFT_PART_INSTALL}"/bin/hydra source: https://github.com/canonical/hydra source-type: git - # TODO: use tag once we release a version - source-branch: canonical + source-tag: v2.3.0