Skip to content

Commit c36c7d9

Browse files
Merge pull request #301 from umihico/2025-01-21-014241
PR:Version Updates Tue Jan 21 01:42:41 UTC 2025
2 parents c423288 + 02c3eea commit c36c7d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
FROM public.ecr.aws/lambda/python@sha256:72fab5846cbc8dae73dbdce1cf2eac8fc61ebba662ca07b004adc9d930716bdd as build
1+
FROM public.ecr.aws/lambda/python@sha256:d8a6ad47f32e30fbaaec5cca3cff3140f5949e9b50515fc995f173a9f199fc84 as build
22
RUN dnf install -y unzip && \
33
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.83/linux64/chromedriver-linux64.zip" && \
44
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.83/linux64/chrome-linux64.zip" && \
55
unzip /tmp/chromedriver-linux64.zip -d /opt/ && \
66
unzip /tmp/chrome-linux64.zip -d /opt/
77

8-
FROM public.ecr.aws/lambda/python@sha256:72fab5846cbc8dae73dbdce1cf2eac8fc61ebba662ca07b004adc9d930716bdd
8+
FROM public.ecr.aws/lambda/python@sha256:d8a6ad47f32e30fbaaec5cca3cff3140f5949e9b50515fc995f173a9f199fc84
99
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib \
1010
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver \
1111
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \
1212
xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm
13-
RUN pip install selenium==4.27.1
13+
RUN pip install selenium==4.28.0
1414
COPY --from=build /opt/chrome-linux64 /opt/chrome
1515
COPY --from=build /opt/chromedriver-linux64 /opt/
1616
COPY main.py ./

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested
1010
- Python 3.13.0
1111
- chromium 132.0.6834.83
1212
- chromedriver 132.0.6834.83
13-
- selenium 4.27.1
13+
- selenium 4.28.0
1414

1515
## Running the demo
1616

0 commit comments

Comments
 (0)