Skip to content

Commit 05486c9

Browse files
deps(minor): update dependency ansible to v13.1.0 (#141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb46f6d commit 05486c9

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.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314
44
ENV ANSIBLE_LATER_VERSION=4.0.8
55

66
# renovate: datasource=pypi depName=ansible
7-
ENV ANSIBLE_CORE_VERSION=13.0.0
7+
ENV ANSIBLE_CORE_VERSION=13.1.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)