Skip to content

Commit fdfebca

Browse files
minor(deps): update dependency ansible to v11.4.0 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6891131 commit fdfebca

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.3.0
7+
ENV ANSIBLE_CORE_VERSION=11.4.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)