diff --git a/Dockerfile b/Dockerfile index 42c50b3..ec7effd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive # renovate: datasource=pypi depName=ansible -ARG ANSIBLE_VERSION=11.2.0 +ARG ANSIBLE_VERSION=11.3.0 RUN \ apt-get update && \