update docker file release

This commit is contained in:
Matej Kramny 2016-12-22 03:51:48 +09:00
parent 79954131b1
commit 8d2e741813

View File

@ -2,7 +2,7 @@ FROM alpine
RUN apk add --no-cache git ansible mysql-client curl openssh-client
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
ADD semaphore-startup.sh /usr/bin/semaphore-startup.sh