From 888955a51cb53d9afce6d886efabf0866c43bfa6 Mon Sep 17 00:00:00 2001 From: Petr Ankudinov Date: Mon, 22 Jul 2024 10:56:17 +0200 Subject: [PATCH] fix tag to 1.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84249f5..2791900 100644 --- a/README.md +++ b/README.md @@ -137,5 +137,5 @@ docker run --rm -it \ -v ${PWD}:/root/ \ # Local content shared with container -v /var/run/docker.sock:/var/run/docker.sock \ # Docker process required by molecule --env-file dev.env \ # File with your variables - ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.7 + ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.8 ```