From 540c107c57ae92f3dea09e23034e42b99739e08b Mon Sep 17 00:00:00 2001 From: Yoshino-s Date: Tue, 6 Jun 2023 13:08:27 +0800 Subject: [PATCH] feat: dockerproxy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8788686..00e9abd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ 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