Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-development",
"version": "1.11.0",
"version": "1.11.1",
"description": "Docker image development patterns for Dockerfile, docker-compose, docker-bake.hcl, and CI testing",
"repository": "https://github.com/netresearch/docker-development-skill",
"license": "(MIT AND CC-BY-SA-4.0)",
Expand Down
2 changes: 1 addition & 1 deletion skills/docker-development/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Use when working with ANY Docker task: writing Dockerfiles, config
license: "(MIT AND CC-BY-SA-4.0)"
compatibility: "Requires docker, docker compose."
metadata:
version: "1.11.0"
version: "1.11.1"
repository: "https://github.com/netresearch/docker-development-skill"
author: "Netresearch DTT GmbH"
allowed-tools:
Expand Down
2 changes: 1 addition & 1 deletion skills/docker-via-wsl/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Use when YOU (the AI agent) are running on Windows OUTSIDE WSL (Gi
license: "(MIT AND CC-BY-SA-4.0)"
compatibility: "Windows host with Docker Desktop using the WSL2 backend."
metadata:
version: "1.11.0"
version: "1.11.1"
repository: "https://github.com/netresearch/docker-development-skill"
author: "Netresearch DTT GmbH"
allowed-tools:
Expand Down
Loading