⬆️ Upgrades Uptime Kuma to 1.20.1 (#55)

This commit is contained in:
Franck Nijhof 2023-03-05 21:40:08 +01:00 committed by GitHub
parent b8ad6e8af6
commit f99f473940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.19.6.tar.gz" \
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.20.1.tar.gz" \
| tar zxvf - --strip-components 1 -C /opt/uptime-kuma \
\
&& cd /opt/uptime-kuma \