Compare commits
2 Commits
master
...
build_pipe
Author | SHA1 | Date | |
---|---|---|---|
b458d075fe | |||
fba9a12cb4 |
@ -5,7 +5,7 @@ ARG HTTPS_PROXY=
|
||||
ARG http_proxy=
|
||||
ARG https_proxy=
|
||||
|
||||
ARG TAMARIN_VERSION=develop
|
||||
ARG TAMARIN_VERSION=253c774
|
||||
|
||||
RUN apk add --no-cache git docker python3 bash
|
||||
|
||||
@ -23,4 +23,4 @@ VOLUME /dist
|
||||
ADD run-tamarin.sh /usr/local/bin/run-tamarin
|
||||
RUN chmod +x /usr/local/bin/run-tamarin
|
||||
|
||||
CMD /usr/local/bin/run-tamarin
|
||||
CMD /usr/local/bin/run-tamarin
|
||||
|
Loading…
Reference in New Issue
Block a user