Skip to content

Commit 8c8f54c

Browse files
authored
Update npipe to v2024-12-22T12-25-00 (#281)
1 parent b1ba5b6 commit 8c8f54c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/create-named-pipe/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
disown -h
1515
shell: bash
1616
env:
17-
NPIPE_IMAGE: gesellix/npipe:2023-07-02T11-38-00
17+
NPIPE_IMAGE: gesellix/npipe:2024-12-22T12-25-00
1818
branding:
1919
icon: "tag"
2020
color: "blue"

src/test/java/de/gesellix/docker/client/filesocket/NamedPipeSocketTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void testPlainHijacked() throws Exception {
136136

137137
private Process createNamedPipeServer() throws InterruptedException, IOException {
138138
Process namedPipeServer;
139-
String npipeImage = "gesellix/npipe:2024-09-15T22-35-00";
139+
String npipeImage = "gesellix/npipe:2024-12-22T12-25-00";
140140
exec(5, TimeUnit.MINUTES, "docker", "pull", npipeImage);
141141
exec(1, TimeUnit.MINUTES, "docker", "create", "--name", "npipe", npipeImage);
142142
exec(1, TimeUnit.MINUTES, "docker", "cp", "npipe:/npipe.exe", "./npipe.exe");

0 commit comments

Comments
 (0)