diff --git a/PBS-Client/Dockerfile b/PBS-Client/Dockerfile index 16580a5..b1c406b 100644 --- a/PBS-Client/Dockerfile +++ b/PBS-Client/Dockerfile @@ -6,6 +6,7 @@ ENV LANG C.UTF-8 COPY run.sh / COPY proxmox-backup-client_3.2.7-1_arm64.deb / +RUN apt update RUN apt install /proxmox-backup-client_3.2.7-1_arm64.deb RUN chmod a+x /run.sh diff --git a/PBS-Client/config.json b/PBS-Client/config.json index 3cd56ae..1240949 100644 --- a/PBS-Client/config.json +++ b/PBS-Client/config.json @@ -1,6 +1,6 @@ { "name": "PBS-Client", - "version": "20240708.3", + "version": "20240708.4", "slug": "pbs-client", "description": "Proxmox Backup Client", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",