diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index 93e7821..f9465d6 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.9" +ARG UPTIME_KUMA_VERSION="1.23.10" # hadolint ignore=DL3003,DL3042 RUN \ apk add --no-cache --virtual .build-dependencies \