We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbba51 commit 64d7d99Copy full SHA for 64d7d99
deployment/docker/runner/Dockerfile
@@ -73,7 +73,8 @@ RUN chown -R semaphore:0 /usr/local/bin/runner-wrapper && \
73
WORKDIR /home/semaphore
74
75
# renovate: datasource=pypi depName=ansible
76
-ENV ANSIBLE_VERSION 11.1.0
+ARG ANSIBLE_VERSION=11.1.0
77
+ENV ANSIBLE_VERSION=${ANSIBLE_VERSION}
78
ARG ANSIBLE_VENV_PATH=/opt/semaphore/apps/ansible/${ANSIBLE_VERSION}/venv
79
80
RUN apk add --no-cache -U python3-dev build-base openssl-dev libffi-dev cargo && \
0 commit comments