From ce708af1706b82862b668144595506dfa1fb46cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:22:55 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20louislam/uptime-k?= =?UTF-8?q?uma=20to=20v1.23.7=20(#128)?= 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> --- uptime-kuma/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index eda245f..51b9515 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -12,7 +12,7 @@ COPY requirements.txt /opt/ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG UPTIME_KUMA_VERSION="1.23.6" +ARG UPTIME_KUMA_VERSION="1.23.7" # hadolint ignore=DL3003,DL3042 RUN \ apk add --no-cache --virtual .build-dependencies \