From ec0afba6d24ebd2f91c2c988850ffd32910a9b23 Mon Sep 17 00:00:00 2001 From: thediveo Date: Mon, 1 Dec 2025 19:55:10 +0100 Subject: [PATCH] fix: bump up feature version Signed-off-by: thediveo --- src/pull-through-cache-registry/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pull-through-cache-registry/devcontainer-feature.json b/src/pull-through-cache-registry/devcontainer-feature.json index 9fcf3df..25c6f0d 100644 --- a/src/pull-through-cache-registry/devcontainer-feature.json +++ b/src/pull-through-cache-registry/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "OCI registry pull-through cache to mirror rate-limited upstream registries, such as Docker Hub", "id": "pull-through-cache-registry", - "version": "0.0.2", + "version": "0.1.0", "description": "Deploys a devcontainer-local CNCF Distribution Registry configured as a pull-through cache for the local docker-in-docker", "documentationURL": "https://github.com/thediveo/devcontainer-features/blob/master/src/registry-pull-through-cache/README.md", "options": {