Merge pull request #2611 from lug-gh/ansible-11.1.0

ansible 11.1.0
This commit is contained in:
Denis Gukov 2024-12-04 17:33:28 +05:00 committed by GitHub
commit c091e11d82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ WORKDIR /home/semaphore
USER 1001
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION 11.0.0
ENV ANSIBLE_VERSION 11.1.0
RUN mkdir /opt/semaphore/venv

View File

@ -77,7 +77,7 @@ RUN chown -R semaphore:0 /usr/local/bin/runner-wrapper && \
WORKDIR /home/semaphore
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION 11.0.0
ENV ANSIBLE_VERSION 11.1.0
ARG ANSIBLE_VENV_PATH=/opt/semaphore/apps/ansible/${ANSIBLE_VERSION}/venv
RUN apk add --no-cache -U python3-dev build-base openssl-dev libffi-dev cargo && \

View File

@ -49,7 +49,7 @@ FROM alpine:3.19
ARG TARGETARCH="amd64"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION 11.0.0
ENV ANSIBLE_VERSION 11.1.0
ARG ANSIBLE_VENV_PATH=/opt/semaphore/apps/ansible/${ANSIBLE_VERSION}/venv
RUN apk add --no-cache -U \