From 8cd4a8291e91ba41442b22ae98f2adefef509bf4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 27 Dec 2022 10:14:08 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Uptime=20Kuma?= =?UTF-8?q?=20to=201.19.2=20(#32)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uptime-kuma/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma/Dockerfile b/uptime-kuma/Dockerfile index e43c1c2..de5f9d0 100644 --- a/uptime-kuma/Dockerfile +++ b/uptime-kuma/Dockerfile @@ -26,7 +26,7 @@ RUN \ setpriv=2.38.1-r0 \ \ && mkdir -p /opt/uptime-kuma \ - && curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.18.5.tar.gz" \ + && curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.19.2.tar.gz" \ | tar zxvf - --strip-components 1 -C /opt/uptime-kuma \ \ && cd /opt/uptime-kuma \