diff --git a/PBS-Client/Dockerfile b/PBS-Client/Dockerfile index 669e671..d86d3cc 100644 --- a/PBS-Client/Dockerfile +++ b/PBS-Client/Dockerfile @@ -2,12 +2,12 @@ FROM debian:bookworm-slim ENV DEBIAN_FRONTEND=noninteractive -COPY proxmox-backup-client_3.2.7-1_arm64.deb / +COPY proxmox-backup-client_3.2.8-1_arm64.deb / COPY run.sh / RUN apt-get update RUN apt-get install -y jq -RUN apt-get install -y /proxmox-backup-client_3.2.7-1_arm64.deb +RUN apt-get install -y /proxmox-backup-client_3.2.8-1_arm64.deb RUN chmod a+x /run.sh diff --git a/PBS-Client/config.yaml b/PBS-Client/config.yaml index 12454f5..324fa2a 100644 --- a/PBS-Client/config.yaml +++ b/PBS-Client/config.yaml @@ -1,5 +1,5 @@ name: PBS-Client -version: '20240708.34' +version: '20241115.01' slug: pbs-client description: Proxmox Backup Client url: https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client diff --git a/PBS-Client/proxmox-backup-client_3.2.8-1_arm64.deb b/PBS-Client/proxmox-backup-client_3.2.8-1_arm64.deb new file mode 100644 index 0000000..b8c5b98 Binary files /dev/null and b/PBS-Client/proxmox-backup-client_3.2.8-1_arm64.deb differ