⬆️ Upgrades Uptime Kuma to 1.18.5 (#20)

This commit is contained in:
Peter 2022-10-14 13:15:00 +02:00 committed by GitHub
parent 42fc2ee232
commit 83161ddddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ RUN \
&& npm config set unsafe-perm true \
\
&& mkdir -p /opt/uptime-kuma \
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.18.4.tar.gz" \
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.18.5.tar.gz" \
| tar zxvf - --strip-components 1 -C /opt/uptime-kuma \
\
&& cd /opt/uptime-kuma \