⬆️ Upgrades Uptime Kuma to 1.18.4 (#19)

This commit is contained in:
Franck Nijhof 2022-10-10 13:33:32 +02:00 committed by GitHub
parent bc64af725a
commit 42fc2ee232
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.0.tar.gz" \
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.18.4.tar.gz" \
| tar zxvf - --strip-components 1 -C /opt/uptime-kuma \
\
&& cd /opt/uptime-kuma \