From 6ea7fe249aeec73f4776cd556c1e20ffd0778961 Mon Sep 17 00:00:00 2001 From: joBr99 Date: Thu, 15 Oct 2020 21:04:23 +0200 Subject: [PATCH] Update to 0.9.1-1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7a229c..4791d84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/a #Install packages RUN apt-get update -RUN apt-get install -y proxmox-backup-server=0.9.0-2 +RUN apt-get install -y proxmox-backup-server=0.9.1-1 #Activate backup user RUN chsh -s /bin/bash backup