diff --git a/README.ko.md b/README.ko.md index 65fa047..4b4a9fa 100644 --- a/README.ko.md +++ b/README.ko.md @@ -38,7 +38,7 @@ klaws scan ./MyService.java # 단일 파일 스캔 docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws scan /src # floating latest 태그 대신 특정 버전 고정 -docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.5 scan /src +docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.6 scan /src ``` ### 사전 빌드된 바이너리 diff --git a/README.md b/README.md index fab7b17..abce08f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ No toolchain required — the image is published to GitHub Container Registry an docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws scan /src # Pin a version instead of the floating latest tag -docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.5 scan /src +docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.6 scan /src ``` ### Prebuilt binary diff --git a/server.json b/server.json index 61500c5..5e9e75f 100644 --- a/server.json +++ b/server.json @@ -8,11 +8,11 @@ "url": "https://github.com/rostradamus/klaws", "source": "github" }, - "version": "0.1.5", + "version": "0.1.6", "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/rostradamus/klaws:0.1.5", + "identifier": "ghcr.io/rostradamus/klaws:0.1.6", "transport": { "type": "stdio" }