Skip to content

Commit

Permalink
Update saucectl version to 0.14 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 authored Oct 5, 2020
1 parent 6f30ef6 commit 66cb143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/insta

ENV PATH="/home/seluser/bin:/home/seluser/.nvm/versions/node/v${NODE_VERSION}/bin:${PATH}"

ARG SAUCECTL_VERSION=0.13.0
ARG SAUCECTL_VERSION=0.14.0
ENV SAUCECTL_BINARY=saucectl_${SAUCECTL_VERSION}_linux_64-bit.tar.gz

RUN curl -L -o ${SAUCECTL_BINARY} \
Expand Down

0 comments on commit 66cb143

Please sign in to comment.