From 77bb386adc7f8f3a84b0029def894493fafe3093 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 21 Dec 2022 18:47:38 +0200 Subject: [PATCH] Upgrade devture/ansible (2.13.6-r0 -> 2.13.6-r0-1) This is a rebuild on Alpinelinux 3.17.0 (previously 3.16.2). The new container image tag was pushed for arm32 and arm64 architectures as well (2.13.6-r0 was `amd64`-only due to CI trouble in the past). Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2353 --- docs/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible.md b/docs/ansible.md index 22122283..60be6164 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -65,7 +65,7 @@ docker run -it --rm \ -w /work \ -v `pwd`:/work \ --entrypoint=/bin/sh \ -docker.io/devture/ansible:2.13.6-r0 +docker.io/devture/ansible:2.13.6-r0-1 ``` Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container.