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 16e9aa5 commit e393886Copy full SHA for e393886
integration-test/src/test/groovy/de/gesellix/docker/testutil/NpipeExecutable.groovy
@@ -7,7 +7,7 @@ import de.gesellix.docker.remote.api.ContainerCreateRequest
7
class NpipeExecutable {
8
9
File createNpipeExe(DockerClientImpl docker) {
10
- String repository = "gesellix/npipe:2022-07-31T14-30-00"
+ String repository = "gesellix/npipe:2023-07-02T11-43-00"
11
docker.createContainer(new ContainerCreateRequest().tap { image = repository }, "npipe")
12
InputStream archive = docker.getArchive("npipe", "/npipe.exe").content
13
def npipeExe = new File("npipe.exe")
0 commit comments