⬆️ Upgrades Uptime Kuma to 1.19.2 (#32)

This commit is contained in:
Franck Nijhof 2022-12-27 10:14:08 +01:00 committed by GitHub
parent 99caa1f7b2
commit 8cd4a8291e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \