Skip to content

Commit e25c2c0

Browse files
yroblataskbot
andauthored
fix: use our egress image by default (#805)
Co-authored-by: taskbot <[email protected]>
1 parent ea4db15 commit e25c2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/container/docker/squid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/stacklok/toolhive/pkg/permissions"
1717
)
1818

19-
const defaultSquidImage = "ubuntu/squid:latest"
19+
const defaultSquidImage = "ghcr.io/stacklok/toolhive/egress-proxy:latest"
2020

2121
// createIngressSquidContainer creates an instance of the squid proxy for ingress traffic.
2222
func createIngressSquidContainer(

0 commit comments

Comments
 (0)