diff --git a/Dockerfile b/Dockerfile index 2b1ef75..c7a229c 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.8.21-1 +RUN apt-get install -y proxmox-backup-server=0.9.0-2 #Activate backup user RUN chsh -s /bin/bash backup