Skip to content

Commit 1b8c2f4

Browse files
committed
Merge branch 'develop' of github.com:semaphoreui/semaphore into develop
2 parents 7db1de7 + cf9096e commit 1b8c2f4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Semaphore UI
22

3-
Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
3+
Modern UI for Ansible, Terraform/OpenTofu/Terragrunt, PowerShell and other DevOps tools.
44

55
[![roadmap](https://img.shields.io/badge/roadmap-gray?style=for-the-badge&logo=github)](https://github.com/orgs/semaphoreui/projects/11)
66
[![telegram](https://img.shields.io/badge/discord_community-510b80?style=for-the-badge&logo=discord)](https://discord.gg/5R6k7hNGcH)

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)