Skip to content

Commit 8a6ab39

Browse files
Merge pull request #293 from umihico/2024-11-26-015134
PR:Version Updates Tue Nov 26 01:51:34 UTC 2024
2 parents 3649b8b + 69096eb commit 8a6ab39

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:013e1e2a142f1e778b162e81c46eeb817474ec7f50720218496ca340d92033fa as build
1+
FROM public.ecr.aws/lambda/python@sha256:f5b51b377b80bd303fe8055084e2763336ea8920d12955b23ef8cb99dda56112 as build
22
RUN dnf install -y unzip && \
33
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.85/linux64/chromedriver-linux64.zip" && \
44
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.85/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:013e1e2a142f1e778b162e81c46eeb817474ec7f50720218496ca340d92033fa
8+
FROM public.ecr.aws/lambda/python@sha256:f5b51b377b80bd303fe8055084e2763336ea8920d12955b23ef8cb99dda56112
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.26.1
13+
RUN pip install selenium==4.27.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 131.0.6778.85
1212
- chromedriver 131.0.6778.85
13-
- selenium 4.26.1
13+
- selenium 4.27.0
1414

1515
## Running the demo
1616

0 commit comments

Comments
 (0)