Skip to content

Commit

Permalink
Merge pull request #17 from netbootxyz/renovate/ansible-8.x
Browse files Browse the repository at this point in the history
Update dependency ansible to v8.3.0
  • Loading branch information
antonym authored Aug 19, 2023
2 parents 6226dc3 + 039e08f commit 479c3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18

# renovate: datasource=pypi depName=ansible
ARG ANSIBLE_VERSION="8.2.0"
ARG ANSIBLE_VERSION="8.3.0"

RUN \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
Expand Down

0 comments on commit 479c3da

Please sign in to comment.