File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-sele
7
7
ARG VERSION
8
8
ARG RELEASE=selenium-${VERSION}
9
9
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/MODULE.bazel)
10
- ARG OPENTELEMETRY_VERSION=1.51 .0
11
- ARG GRPC_VERSION=1.73 .0
12
- ARG NETTY_VERSION=4.1.122 .Final
10
+ ARG OPENTELEMETRY_VERSION=1.52 .0
11
+ ARG GRPC_VERSION=1.74 .0
12
+ ARG NETTY_VERSION=4.1.123 .Final
13
13
ARG CS_VERSION=2.1.24
14
14
ARG ENVSUBST_VERSION=1.4.5
15
+ ARG CURL_VERSION=8.15.0
15
16
16
17
# Arguments to define the user running Selenium
17
18
ARG SEL_USER=seluser
@@ -76,12 +77,12 @@ RUN apt-get -qqy update \
76
77
&& apt-get upgrade -yq \
77
78
&& apt-get -qqy --no-install-recommends install \
78
79
python3 python3-pip python3-venv \
79
- && python3 -m pip install --upgrade setuptools virtualenv --break-system-packages \
80
+ && python3 -m pip install --upgrade setuptools virtualenv requests --break-system-packages \
80
81
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
81
82
&& echo "source $VENV_PATH/bin/activate" >> /etc/bash.bashrc
82
83
83
84
RUN ARCH=$(if [ "$(dpkg --print-architecture)" = "arm64" ]; then echo "aarch64" ; else echo "$(dpkg --print-architecture)" ; fi) \
84
- && wget -q https://github.com/moparisthebest /static-curl/releases/download/v8.11.0 /curl-$ARCH -O /usr/bin/curl \
85
+ && wget -q https://github.com/NDViet /static-curl/releases/download/${CURL_VERSION} /curl-$ARCH -O /usr/bin/curl \
85
86
&& chmod +x /usr/bin/curl \
86
87
&& curl --version
87
88
You can’t perform that action at this time.
0 commit comments