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

This commit is contained in:
renovate[bot] 2024-04-25 08:34:04 +00:00
parent 5a6f14b070
commit 4ba950429f

View file

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