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

This commit is contained in:
renovate[bot] 2024-04-18 21:34:11 +00:00
parent ba66f850d2
commit 37efd3a437

View file

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