Skip to content

Commit 8d2e741

Browse files
committed
update docker file release
1 parent 7995413 commit 8d2e741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine
22

33
RUN apk add --no-cache git ansible mysql-client curl openssh-client
44

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
5+
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
66

77
ADD semaphore-startup.sh /usr/bin/semaphore-startup.sh
88

0 commit comments

Comments
 (0)