diff --git a/Dockerfile b/Dockerfile
index 64c1e47..2684656 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ RUN set -euo pipefail; zypper -n in --no-recommends mariadb mariadb-tools gawk t
LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
LABEL org.opencontainers.image.title="openSUSE Tumbleweed MariaDB Server"
LABEL org.opencontainers.image.description="MariaDB Server container based on the openSUSE Tumbleweed Base Container Image."
-LABEL org.opencontainers.image.version="11.5"
+LABEL org.opencontainers.image.version="%%mariadb_version%%"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
diff --git a/_service b/_service
index 9e8b85e..ee911ab 100644
--- a/_service
+++ b/_service
@@ -7,4 +7,9 @@
mariadb
patch
+
+ Dockerfile
+ %%mariadb_version%%
+ mariadb
+
\ No newline at end of file
diff --git a/mariadb-image.changes b/mariadb-image.changes
index 93a24ae..0968a60 100644
--- a/mariadb-image.changes
+++ b/mariadb-image.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Sep 12 06:35:48 UTC 2024 - Dirk Mueller
+
+- set full version in labels of mariadb* container
+
-------------------------------------------------------------------
Mon Sep 9 13:54:45 UTC 2024 - Madhankumar Chellamuthu