backport of commit a10685c521cad141d1861236ebffaeccfc510395 (#23803)
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
This commit is contained in:
parent
a7f5d0c8ea
commit
9d1caca4e5
|
@ -192,7 +192,7 @@ func SubtestACMECaddy(configTemplate string, enableEAB bool) func(*testing.T, *V
|
|||
// Start a cURL container.
|
||||
curlRunner, err := hDocker.NewServiceRunner(hDocker.RunOptions{
|
||||
ImageRepo: "docker.mirror.hashicorp.services/curlimages/curl",
|
||||
ImageTag: "latest",
|
||||
ImageTag: "8.4.0",
|
||||
ContainerName: fmt.Sprintf("curl_test_%s", runID),
|
||||
NetworkName: vaultNetwork,
|
||||
Entrypoint: []string{"sleep", sleepTimer},
|
||||
|
|
Loading…
Reference in New Issue