From a1ae20cc272040974cdbc1161ce945bd4c633b50 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Thu, 1 Feb 2024 09:26:31 -0700 Subject: [PATCH] Update ansible to 2.15.9 (#358) --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index e4abf35..f73ff2a 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:22.04 LABEL name="deis-go-dev" \ maintainer="Matt Boersma " -ENV ANSIBLE_VERSION=2.15.8 \ +ENV ANSIBLE_VERSION=2.15.9 \ AZCLI_VERSION=2.52.0 \ DOCKER_VERSION=20.10.2 \ ETCDCTL_VERSION=v3.1.8 \