Skip to content

Commit e393886

Browse files
committed
Bump gesellix/npipe test image
1 parent 16e9aa5 commit e393886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/groovy/de/gesellix/docker/testutil/NpipeExecutable.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import de.gesellix.docker.remote.api.ContainerCreateRequest
77
class NpipeExecutable {
88

99
File createNpipeExe(DockerClientImpl docker) {
10-
String repository = "gesellix/npipe:2022-07-31T14-30-00"
10+
String repository = "gesellix/npipe:2023-07-02T11-43-00"
1111
docker.createContainer(new ContainerCreateRequest().tap { image = repository }, "npipe")
1212
InputStream archive = docker.getArchive("npipe", "/npipe.exe").content
1313
def npipeExe = new File("npipe.exe")

0 commit comments

Comments
 (0)