From 14fc845bf82e49625cf9c5ddec6958b7a62ac4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Parilli?= Date: Tue, 14 Sep 2021 23:14:02 -0400 Subject: [PATCH] Correction on docker image version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 211a286..74197f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL container.name="virtnbdbackup-docker" LABEL container.source.description="Backup utiliy for Libvirt kvm / qemu with Incremental backup support via NBD" LABEL container.description="virtnbdbackup and virtnbdrestore (plus depedencies) to run on hosts with libvirt >= 6.0.0" LABEL container.source=$source -LABEL container.version="0.22" +LABEL container.version="1.0" LABEL maintainer="Adrián Parilli " # Deploys dependencies and pulls sources, installing virtnbdbackup and removing unnecessary content: