We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6659d commit a232473Copy full SHA for a232473
Dockerfile
@@ -4,7 +4,7 @@ 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-server=1.1.13-1 nfs-common supervisor msmtp-mta gettext-base \
+ && apt-get update && apt-get install -y proxmox-backup-server=1.1.13-3 nfs-common supervisor msmtp-mta gettext-base \
8
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9
10
COPY msmtprc /etc/msmtprc
0 commit comments