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 7995413 commit 8d2e741Copy full SHA for 8d2e741
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine
2
3
RUN apk add --no-cache git ansible mysql-client curl openssh-client
4
5
-RUN curl -L https://github.com/ansible-semaphore/semaphore/releases/download/v2.0.4/semaphore_linux_amd64 > /usr/bin/semaphore && chmod +x /usr/bin/semaphore && mkdir -p /etc/semaphore/playbooks
+RUN curl -L https://github.com/ansible-semaphore/semaphore/releases/download/v2.1.0/semaphore_linux_amd64 > /usr/bin/semaphore && chmod +x /usr/bin/semaphore && mkdir -p /etc/semaphore/playbooks
6
7
ADD semaphore-startup.sh /usr/bin/semaphore-startup.sh
8
0 commit comments