Skip to content

Commit ee62a55

Browse files
authored
Merge pull request #3076 from DenisMedeirosBBD/patch-1
ci: fix ansible version in runner image
2 parents 1e13324 + 64d7d99 commit ee62a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployment/docker/runner/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ RUN chown -R semaphore:0 /usr/local/bin/runner-wrapper && \
7373
WORKDIR /home/semaphore
7474

7575
# renovate: datasource=pypi depName=ansible
76-
ENV ANSIBLE_VERSION 11.1.0
76+
ARG ANSIBLE_VERSION=11.1.0
77+
ENV ANSIBLE_VERSION=${ANSIBLE_VERSION}
7778
ARG ANSIBLE_VENV_PATH=/opt/semaphore/apps/ansible/${ANSIBLE_VERSION}/venv
7879

7980
RUN apk add --no-cache -U python3-dev build-base openssl-dev libffi-dev cargo && \

0 commit comments

Comments
 (0)