diff --git a/src/container.ts b/src/container.ts index 49dce8c..8459e7c 100644 --- a/src/container.ts +++ b/src/container.ts @@ -37,7 +37,7 @@ export class Container implements Disposable, IContainer { */ constructor(abortSignal?: AbortSignal) { this.id = execSync( - "podman run -di -v'.diffkemp-patches:/.diffkemp-patches' diffkemp-prs:latest", + "podman run -di -v'.diffkemp-patches:/.diffkemp-patches:z' diffkemp-prs:latest", { encoding: "utf-8", },