Skip to content

Commit

Permalink
Bump gesellix/npipe image
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 16, 2024
1 parent 9b35bd9 commit 8b0bc8b
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:2024-07-28T19-45-00"
String repository = "gesellix/npipe:2024-09-15T22-35-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 8b0bc8b

Please sign in to comment.