Skip to content

Commit 6f459b7

Browse files
minor(deps): update dependency ansible to v11.2.0 (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9897a4f commit 6f459b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM alpine:3.21
44
ENV ANSIBLE_LATER_VERSION=4.0.8
55

66
# renovate: datasource=pypi depName=ansible
7-
ENV ANSIBLE_CORE_VERSION=11.1.0
7+
ENV ANSIBLE_CORE_VERSION=11.2.0
88

99
RUN apk add --no-cache bash python3 python3-dev py3-pip && \
1010
pip3 install --break-system-packages -U ansible-later==${ANSIBLE_LATER_VERSION} ansible==${ANSIBLE_CORE_VERSION} && \

0 commit comments

Comments
 (0)