Skip to content

Commit 954f6ee

Browse files
authored
pbsc 1.1.13-2
1 parent a232473 commit 954f6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.client

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ ADD http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg /etc/apt/trust
44

55
#add key and apt install etc
66
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 \
7+
&& apt-get update && apt-get install -y proxmox-backup-client=1.1.13-2 \
88
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)