mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
pin sentrypeer to v1.2.0
This commit is contained in:
parent
4ea2a11a44
commit
bf39f85df0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN apk -U add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
|||
libosip2-dev
|
||||
#
|
||||
# Download SentryPeer sources and build
|
||||
RUN git clone https://github.com/SentryPeer/SentryPeer
|
||||
RUN git clone https://github.com/SentryPeer/SentryPeer -b v1.2.0
|
||||
#
|
||||
WORKDIR /SentryPeer
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue