diff --git a/PBS-Client/Dockerfile b/PBS-Client/Dockerfile index 6ec1bf1..fde7a96 100644 --- a/PBS-Client/Dockerfile +++ b/PBS-Client/Dockerfile @@ -8,10 +8,10 @@ RUN apt-get update RUN apt-get install -y jq #RUN wget "https://github.com/wofferl/proxmox-backup-arm64/releases/download/3.2.8-1/proxmox-backup-client_3.2.8-1_arm64.deb" #RUN apt-get install -y /proxmox-backup-client_3.2.8-1_arm64.deb -RUN wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg \ - && echo "deb http://download.proxmox.com/debian/pbs-client bookworm main" > /etc/apt/sources.list.d/pbs-client.list \ - && apt-get update \ - && apt-get install -y proxmox-backup-client +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-client.list +RUN apt-get update +RUN apt-get install -y proxmox-backup-client RUN chmod a+x /run.sh diff --git a/PBS-Client/config.yaml b/PBS-Client/config.yaml index ff4553f..720ce26 100644 --- a/PBS-Client/config.yaml +++ b/PBS-Client/config.yaml @@ -1,5 +1,5 @@ name: PBS-Client -version: '20241115.06' +version: '20241115.07' slug: pbs-client description: Proxmox Backup Client url: https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client