1
0
mirror of https://github.com/joBr99/proxmoxbackupserver synced 2026-08-06 00:12:37 +02:00

Bump to version 1.0.9-1

This commit is contained in:
Johannes
2021-03-31 18:04:14 +02:00
committed by GitHub
parent a2083335af
commit e82a82b83a
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apt-get update && \
echo "deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription" > /etc/apt/sources.list.d/pbs-no-subscription.list && \ echo "deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription" > /etc/apt/sources.list.d/pbs-no-subscription.list && \
wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg && \ wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg && \
apt-get update && \ apt-get update && \
apt-get install -y proxmox-backup-server=1.0.6-1 apt-get install -y proxmox-backup-server=1.0.9-1
#Activate backup user #Activate backup user
RUN chsh -s /bin/bash backup RUN chsh -s /bin/bash backup