Skip to content

Commit

Permalink
fix: use tag to build hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas authored and shipperizer committed Nov 7, 2024
1 parent 88b62db commit 7dec238
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -42,9 +42,8 @@ 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

deb-security-manifest:
plugin: nil
after:
Expand Down

0 comments on commit 7dec238

Please sign in to comment.