We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a232473 commit 954f6eeCopy full SHA for 954f6ee
Dockerfile.client
@@ -4,5 +4,5 @@ ADD http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg /etc/apt/trust
4
5
#add key and apt install etc
6
RUN chmod 644 /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg && echo "deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription" > /etc/apt/sources.list.d/proxmox.list \
7
- && apt-get update && apt-get install -y proxmox-backup-client=1.1.13-1 \
+ && apt-get update && apt-get install -y proxmox-backup-client=1.1.13-2 \
8
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments