From a0da9ef76266ebe3856a50314b5b933e914aa9e2 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 2 May 2023 12:06:35 +0200 Subject: [PATCH] Update --- joplin/Dockerfile | 3 +-- joplin/config.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/joplin/Dockerfile b/joplin/Dockerfile index f7185790e..f4094729d 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -58,8 +58,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && chmod -R 755 /etc/cont-init.d # Manual apps -ENV PACKAGES="jq \ - curl" +ENV PACKAGES="procps" # Automatic apps & bashio # hadolint ignore=SC2015 diff --git a/joplin/config.json b/joplin/config.json index da1ccc9a3..18632d997 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -96,6 +96,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.10.11-2", + "version": "2.10.11-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } \ No newline at end of file