Update to v0.8.14-1

This commit is contained in:
joBr99 2020-09-07 17:50:19 +02:00 committed by GitHub
parent 4db2db9b7d
commit 39e987ba57
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
RUN apt-get update
RUN apt-get install proxmox-backup-server -y
RUN apt-get install proxmox-backup-server=0.8.14-1 -y
#Activate backup user
RUN chsh -s /bin/bash backup