diff --git a/PBS/Dockerfile b/PBS/Dockerfile index 76264ad..c5c017c 100644 --- a/PBS/Dockerfile +++ b/PBS/Dockerfile @@ -6,8 +6,9 @@ ENV LANG C.UTF-8 COPY run.sh / RUN apt update RUN apt install -y ca-certificates wget -RUN wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg -RUN echo deb http://download.proxmox.com/debian/pbs-client bookworm main > /etc/apt/sources.list.d/pbs.list +#RUN wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg +RUN wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O- | apt-key add - +RUN echo deb http://download.proxmox.com/debian/pbs-client bookworm main > /etc/apt/sources.list.d/pbs-client.list RUN apt update RUN apt install -y proxmox-backup-client RUN chmod a+x /run.sh diff --git a/PBS/config.json b/PBS/config.json index fcef9dc..af5b648 100644 --- a/PBS/config.json +++ b/PBS/config.json @@ -1,6 +1,6 @@ { "name": "PBS", - "version": "20240326.3", + "version": "20240326.4", "slug": "pbs", "description": "Proxmox Backup Server", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS",