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

This commit is contained in:
renovate[bot] 2024-09-29 15:01:21 +00:00
parent 58455d53ae
commit fcdd486896

View file

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