From 457a463f62fd7a99fdf60c5c549fc27451a45b8f Mon Sep 17 00:00:00 2001 From: Adrian <48226916+adrianparilli@users.noreply.github.com> Date: Tue, 7 Mar 2023 14:53:22 -0400 Subject: [PATCH] Version 1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d4654a..136bf54 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="1.0" +LABEL container.version="1.1" LABEL maintainer="Adrián Parilli " # Deploys dependencies and pulls sources, installing virtnbdbackup and removing unnecessary content: