⬆️ Update louislam/uptime-kuma to v1.23.16 (#216)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-20 09:57:51 +00:00 committed by GitHub
parent babba19956
commit aa9894dc73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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