⬆️ Update louislam/uptime-kuma to v1.23.15

This commit is contained in:
renovate[bot] 2024-09-29 22:51:31 +00:00
parent fcdd486896
commit 80ade3e55e

View file

@ -12,7 +12,7 @@ COPY requirements.txt /opt/
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG UPTIME_KUMA_VERSION="1.23.14"
ARG UPTIME_KUMA_VERSION="1.23.15"
ARG CLOUDFLARED_VERSION="2024.9.1"
ARG BUILD_ARCH=amd64
# hadolint ignore=DL3003,DL3042