Skip to content

Commit

Permalink
Merge pull request #507 from Altinity/23.8_some_docker_containers_dep…
Browse files Browse the repository at this point in the history
…endencies

23.8 Fixed some dependencies versions
  • Loading branch information
Enmk authored Oct 21, 2024
2 parents a48e4ba + e789a1c commit 04a9caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/test/integration/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list
RUN apt-get update \
&& env DEBIAN_FRONTEND=noninteractive apt-get install --yes \
adduser='3.11*' \
ca-certificates='2023*' \
ca-certificates \
bash='5.1-*' \
btrfs-progs='5.16.*' \
e2fsprogs='1.46.*' \
Expand Down Expand Up @@ -96,7 +96,7 @@ RUN python3 -m pip install --no-cache-dir \
pytest-repeat~=0.9.3 \
pytest-timeout~=2.2.0 \
pytest-xdist~=3.5.0 \
pytz~=2023.3.post1 \
pytz \
pyyaml~=5.3.1 \
redis~=5.0.1 \
requests==2.31.0 \
Expand Down
2 changes: 1 addition & 1 deletion docker/test/util/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update \
&& apt-get install \
apt-transport-https='2.4.*' \
apt-utils='2.4.*' \
ca-certificates='20240203~22.04*' \
ca-certificates \
curl='7.81.*' \
dnsutils='1:9.18.*' \
gnupg='2.2.*' \
Expand Down

0 comments on commit 04a9caf

Please sign in to comment.