⬆️ Upgrades Uptime Kuma to 1.17.1 (#8)

This commit is contained in:
Franck Nijhof 2022-07-18 18:54:44 +02:00 committed by GitHub
parent c3fcbe6208
commit 7080a7ac0d
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.16.1.tar.gz" \
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.17.1.tar.gz" \
| tar zxvf - --strip-components 1 -C /opt/uptime-kuma \
\
&& cd /opt/uptime-kuma \