Skip to content

Commit

Permalink
Update npipe to v2024-12-22T12-25-00
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 22, 2024
1 parent 7098562 commit 1af4845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-named-pipe/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
disown -h
shell: bash
env:
NPIPE_IMAGE: gesellix/npipe:2023-07-02T11-38-00
NPIPE_IMAGE: gesellix/npipe:2024-12-22T12-25-00
branding:
icon: "tag"
color: "blue"
Expand Down
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:2024-09-15T22-35-00";
String npipeImage = "gesellix/npipe:2024-12-22T12-25-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 1af4845

Please sign in to comment.