Skip to content

Commit

Permalink
⬆️ Upgrades Uptime Kuma to 1.18.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 15, 2022
1 parent e103c2f commit 2f80b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uptime-kuma/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.1.tar.gz" \
&& curl -L -s "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.18.0.tar.gz" \
| tar zxvf - --strip-components 1 -C /opt/uptime-kuma \
\
&& cd /opt/uptime-kuma \
Expand Down

0 comments on commit 2f80b1d

Please sign in to comment.