Updated to proxmox-backup-client_3.2.8-1_arm64

This commit is contained in:
2024-11-15 16:28:04 -05:00
parent 76a2b93912
commit 65f8c43398
3 changed files with 3 additions and 3 deletions

View File

@@ -2,12 +2,12 @@ FROM debian:bookworm-slim
ENV DEBIAN_FRONTEND=noninteractive 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 / COPY run.sh /
RUN apt-get update RUN apt-get update
RUN apt-get install -y jq 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 RUN chmod a+x /run.sh

View File

@@ -1,5 +1,5 @@
name: PBS-Client name: PBS-Client
version: '20240708.34' version: '20241115.01'
slug: pbs-client slug: pbs-client
description: Proxmox Backup Client description: Proxmox Backup Client
url: https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client url: https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client

Binary file not shown.