From 49c4a7f8b04637bb12a57142da567801f401d280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:32:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20grocy/grocy=20to?= =?UTF-8?q?=20v4.2.0=20(#434)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 6180ef1..4f05fe3 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG GROCY_VERSION="v4.1.0" +ARG GROCY_VERSION="v4.2.0" # hadolint ignore=DL3003 RUN \ apk add --no-cache \