feat: dockerproxy

This commit is contained in:
Yoshino-s
2023-06-06 13:08:27 +08:00
parent f945e6baeb
commit 540c107c57

View File

@@ -1,6 +1,6 @@
FROM ghcr.io/coder/coder:latest as base FROM ghcr.io/coder/coder:latest as base
FROM python:3.10-alpine3.14 as replacer FROM dockerproxy.com/python:3.10-alpine3.14 as replacer
COPY --from=base /opt/coder /coder COPY --from=base /opt/coder /coder