ansible 11.1.0

This commit is contained in:
lug-gh 2024-12-04 12:44:56 +01:00
parent 3f0c8846cd
commit 25d7e408a0
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 \