From eac9a47c1ce608691aae45889ea991e58c003b89 Mon Sep 17 00:00:00 2001 From: xvnpw <17719543+xvnpw@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:17:01 +0100 Subject: [PATCH] updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca9768b..0a10807 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ You can run the application using Docker without installing Python or Node.js lo ```powershell docker run -v C:\path\to\your\project:/target ` -e OPENAI_API_KEY=$Env:OPENAI_API_KEY ` - ghcr.io/xvnpw/ai-create-project-sec-design:v1 ` + ghcr.io/xvnpw/ai-create-project-sec-design:v0.0.1 ` -v -t /target -o /target/security_design.md ``` @@ -66,7 +66,7 @@ docker run -v C:\path\to\your\project:/target ` ```bash docker run -v ~/path/to/your/project:/target \ -e OPENAI_API_KEY=$OPENAI_API_KEY \ - ghcr.io/xvnpw/ai-create-project-sec-design:v1 \ + ghcr.io/xvnpw/ai-create-project-sec-design:v0.0.1 \ -v -t /target -o /target/security_design.md ```