diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index eda245f..51b9515 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -12,7 +12,7 @@ COPY requirements.txt /opt/ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG UPTIME_KUMA_VERSION="1.23.6" +ARG UPTIME_KUMA_VERSION="1.23.7" # hadolint ignore=DL3003,DL3042 RUN \ apk add --no-cache --virtual .build-dependencies \