Skip to content

Commit

Permalink
chore: pin dependencies in selenium-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Jun 27, 2024
1 parent 5811b63 commit 610e755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions selenium-chrome/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM python:3.10
FROM python:3.12.4-slim

RUN apt-get update && \
apt-get install -y wget chromium chromium-driver && \
pip install selenium pytest requests && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
pip install selenium==4.22.0 pytest==8.2.2 requests==2.32.3 && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

WORKDIR /app
2 changes: 1 addition & 1 deletion selenium-chrome/vsn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 610e755

Please sign in to comment.