Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Base image
|
| 2 |
-
FROM ghcr.io/
|
| 3 |
|
| 4 |
# Switch to root user to install tools and prepare the filesystem
|
| 5 |
USER root
|
|
|
|
| 1 |
# Base image
|
| 2 |
+
FROM ghcr.io/yu2051/jiuguan002:latest
|
| 3 |
|
| 4 |
# Switch to root user to install tools and prepare the filesystem
|
| 5 |
USER root
|