mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-23 11:21:33 +01:00
ansible 11.1.0
This commit is contained in:
parent
3f0c8846cd
commit
25d7e408a0
@ -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
|
||||
|
||||
|
@ -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 && \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user