修正容器 Dockerfile

This commit is contained in:
2026-02-14 17:07:14 +08:00
parent 3b381be4da
commit 223242e7aa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM regsitry.yqxpro.com/devcontainers/common-base
FROM localhost:5000/devcontainers/common-base
# Mount for docker-in-docker
VOLUME [ "/var/lib/docker" ]

View File

@@ -1 +1 @@
FROM regsitry.yqxpro.com/devcontainers/develop-base
FROM localhost:5000/devcontainers/develop-base