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 15, 2024
1 parent 249c94e commit 16e09eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void testPlainHijacked() throws Exception {

private Process createNamedPipeServer() throws InterruptedException, IOException {
Process namedPipeServer;
String npipeImage = "gesellix/npipe:2023-07-02T11-38-00";
String npipeImage = "gesellix/npipe:2024-09-15T22-35-00";
exec(5, TimeUnit.MINUTES, "docker", "pull", npipeImage);
exec(1, TimeUnit.MINUTES, "docker", "create", "--name", "npipe", npipeImage);
exec(1, TimeUnit.MINUTES, "docker", "cp", "npipe:/npipe.exe", "./npipe.exe");
Expand Down

0 comments on commit 16e09eb

Please sign in to comment.