From 341af80168c2f968286814ffec5f60a740364254 Mon Sep 17 00:00:00 2001 From: Hans Spaans <1072510+hspaans@users.noreply.github.com> Date: Sun, 8 Jun 2025 11:47:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2d7f03..abb15a2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This example use ansible-lint feature on devcontainer. { "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/hspaans/devcontainer-features/ansible-lint:1": {} + "ghcr.io/hspaans/devcontainer-features/ansible-lint:2": {} } } ```