Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
FROM chipsman/uptime-kuma:latest
|
|
|
2 |
|
3 |
RUN << EOF
|
4 |
apk update
|
|
|
1 |
+
# FROM chipsman/uptime-kuma:latest
|
2 |
+
FROM louislam/uptime-kuma
|
3 |
|
4 |
RUN << EOF
|
5 |
apk update
|