From 2033b7638265ea15f9e26b6c01434a50533671bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Mon, 9 Sep 2024 16:38:32 +0200 Subject: [PATCH] Fix license references --- scm-packaging/docker/docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-packaging/docker/docker-bake.hcl b/scm-packaging/docker/docker-bake.hcl index ba3b3331b1..32f384a486 100644 --- a/scm-packaging/docker/docker-bake.hcl +++ b/scm-packaging/docker/docker-bake.hcl @@ -49,7 +49,7 @@ target "base" { "org.opencontainers.image.description" = "The easiest way to share and manage your Git, Mercurial and Subversion repositories" "org.opencontainers.image.url" = "https://scm-manager.org/" "org.opencontainers.image.source" = "https://github.com/scm-manager/docker" - "org.opencontainers.image.licenses" = "MIT" + "org.opencontainers.image.licenses" = "AGPLv3" "org.opencontainers.image.version" = VERSION "org.opencontainers.image.revision" = COMMIT_SHA }