Skip to content

Commit a232473

Browse files
authored
pbs 1.1.13-3
1 parent 3c6659d commit a232473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-server=1.1.13-1 nfs-common supervisor msmtp-mta gettext-base \
7+
&& apt-get update && apt-get install -y proxmox-backup-server=1.1.13-3 nfs-common supervisor msmtp-mta gettext-base \
88
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
99

1010
COPY msmtprc /etc/msmtprc

0 commit comments

Comments
 (0)