Skip to content

Commit

Permalink
[QE]update the squid image version
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu committed Jan 8, 2025
1 parent cebafa4 commit 1913cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testsuite/testsuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func InitializeScenario(s *godog.ScenarioContext) {
if tag.Name == "@proxy" {

// start container with squid proxy
err := util.ExecuteCommand("podman run --name squid -d -p 3128:3128 quay.io/crcont/squid")
err := util.ExecuteCommand("podman run --name squid -d -p 3128:3128 quay.io/crcont/squid:5.5")
if err != nil {
fmt.Println(err)
os.Exit(1)
Expand Down

0 comments on commit 1913cab

Please sign in to comment.