We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4db15 commit e25c2c0Copy full SHA for e25c2c0
pkg/container/docker/squid.go
@@ -16,7 +16,7 @@ import (
16
"github.com/stacklok/toolhive/pkg/permissions"
17
)
18
19
-const defaultSquidImage = "ubuntu/squid:latest"
+const defaultSquidImage = "ghcr.io/stacklok/toolhive/egress-proxy:latest"
20
21
// createIngressSquidContainer creates an instance of the squid proxy for ingress traffic.
22
func createIngressSquidContainer(
0 commit comments