From 1fbffaa115cc290bb561c7da83e0f92c4ad2809d Mon Sep 17 00:00:00 2001 From: ciiiii Date: Tue, 26 Apr 2022 11:33:01 +0800 Subject: [PATCH] fix rule for cloudsmith.docker.io --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 163974f..70b3a17 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ const routes = { "gcr.libcuda.so": "https://gcr.io", "k8s-gcr.libcuda.so": "https://k8s.gcr.io", "ghcr.libcuda.so": "https://ghcr.io", - "cloudsmith.libcuda.so": "https://smish.cloudsmith.io", + "cloudsmith.libcuda.so": "https://docker.cloudsmith.io", }; function routeByHosts(host) {