Skip to content

Commit

Permalink
Update gesellix/npipe test image
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jul 28, 2024
1 parent c0a9c19 commit ac2b14c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import de.gesellix.docker.remote.api.ContainerCreateRequest
class NpipeExecutable {

File createNpipeExe(DockerClientImpl docker) {
String repository = "gesellix/npipe:2023-07-02T11-43-00"
String repository = "gesellix/npipe:2024-07-28T19-45-00"
docker.createContainer(new ContainerCreateRequest().tap { image = repository }, "npipe")
InputStream archive = docker.getArchive("npipe", "/npipe.exe").content
def npipeExe = new File("npipe.exe")
Expand Down

0 comments on commit ac2b14c

Please sign in to comment.