We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5409e1e commit 3d359a8Copy full SHA for 3d359a8
Dockerfile
@@ -93,7 +93,7 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/home/seluser/.cache/ms-playwright
93
#==================
94
# Install saucectl
95
96
-ARG SAUCECTL_VERSION=0.13.0
+ARG SAUCECTL_VERSION=0.14.0
97
ENV SAUCECTL_BINARY=saucectl_${SAUCECTL_VERSION}_linux_64-bit.tar.gz
98
RUN curl -L -o ${SAUCECTL_BINARY} \
99
-H "Accept: application/octet-stream" \
0 commit comments