From 3540b19dfbf60002a56e03af9ceb2e6db8e3b21e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:40:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20thelounge/theloun?= =?UTF-8?q?ge=20to=20v4.4.3=20(#191)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 6277d8c..0f7d157 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.0 FROM ${BUILD_FROM} # Install packages -ARG THE_LOUNGE_VERSION="v4.4.1" +ARG THE_LOUNGE_VERSION="v4.4.3" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \