chore(deps): update dependency ansible to v9.3.0 (#365)
All checks were successful
ci/woodpecker/push/notify Pipeline was successful
ci/woodpecker/tag/build-package Pipeline was successful
ci/woodpecker/tag/build-container Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/tag/notify Pipeline was successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
All checks were successful
ci/woodpecker/push/notify Pipeline was successful
ci/woodpecker/tag/build-package Pipeline was successful
ci/woodpecker/tag/build-container Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/tag/notify Pipeline was successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
Reviewed-on: #365 Co-authored-by: Renovator Bot <renovator@rknet.org> Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
parent
b401fa8eae
commit
c1c7836891
@ -13,7 +13,7 @@ ARG MOLECULE_VERSION
|
||||
# renovate: datasource=pypi depName=molecule
|
||||
ENV MOLECULE_VERSION="${MOLECULE_VERSION:-24.2.0}"
|
||||
# renovate: datasource=pypi depName=ansible
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.2.0}"
|
||||
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.3.0}"
|
||||
|
||||
ENV PY_COLORS=1
|
||||
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
|
||||
@ -24,6 +24,7 @@ COPY overlay/ /
|
||||
|
||||
RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl-dev openssl-dev python3-dev cargo && \
|
||||
apk add --update --no-cache git openssh-client && \
|
||||
apk upgrade --no-cache libexpat && \
|
||||
echo "Installing requirements ..." && \
|
||||
pip install -qq --no-cache-dir --upgrade pip && \
|
||||
pip install -qq --no-cache-dir boto boto3 botocore apache-libcloud hcloud \
|
||||
|
Reference in New Issue
Block a user