File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ADD http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg /etc/apt/trust
4
4
5
5
# add key and apt install etc
6
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.12-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 \
8
8
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9
9
10
10
COPY msmtprc /etc/msmtprc
@@ -17,4 +17,4 @@ RUN chmod a+x /docker-entrypoint.sh && chsh -s /bin/bash backup
17
17
ENTRYPOINT ["/docker-entrypoint.sh" ]
18
18
CMD ["/usr/bin/supervisord" ]
19
19
VOLUME [ "/etc/proxmox-backup" , "/backups" ]
20
- STOPSIGNAL SIGINT
20
+ STOPSIGNAL SIGINT
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ ADD http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg /etc/apt/trust
4
4
5
5
#add key and apt install etc
6
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.12-1 \
7
+ && apt-get update && apt-get install -y proxmox-backup-client=1.1.13-2 \
8
8
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
You can’t perform that action at this time.
0 commit comments