Update to 0.9.1-1

This commit is contained in:
joBr99 2020-10-15 21:04:23 +02:00 committed by GitHub
parent c0212fd68d
commit 6ea7fe249a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/a
#Install packages #Install packages
RUN apt-get update 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 #Activate backup user
RUN chsh -s /bin/bash backup RUN chsh -s /bin/bash backup