diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index c27eb75..908f3e6 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -26,7 +26,7 @@ RUN \ setpriv=2.38.1-r1 \ \ && mkdir -p /opt/uptime-kuma \ - && curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.20.1.tar.gz" \ + && curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.21.0.tar.gz" \ | tar zxvf - --strip-components 1 -C /opt/uptime-kuma \ \ && cd /opt/uptime-kuma \