mirror of
https://github.com/hassio-addons/addon-uptime-kuma.git
synced 2025-05-04 19:11:24 +00:00
⬆️ Upgrades Uptime Kuma to 1.18.4 (#19)
This commit is contained in:
parent
bc64af725a
commit
42fc2ee232
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue