From 15350bca5ed9a07ac387ee7ec7ea22a1757a7a1a Mon Sep 17 00:00:00 2001 From: yoshino-s Date: Thu, 8 Jun 2023 07:51:05 +0000 Subject: [PATCH] feat: ghcr.dockerproxy.com --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80c43e4..4f96491 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/coder/coder:latest as base +FROM ghcr.dockerproxy.com/coder/coder:latest as base FROM dockerproxy.com/library/python:3.10-alpine3.14 as replacer