We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ecfe7 commit 4a1b4e9Copy full SHA for 4a1b4e9
Dockerfile
@@ -1,6 +1,6 @@
1
# Stage 1: Browser and build tools installation
2
#FROM python:3.13.3-slim-bookworm AS install-browser
3
-FROM python:3.11.4-slim-bullseye AS install-browser
+FROM python:3.13.5-slim-bullseye AS install-browser
4
5
# Install Chromium, Chromedriver, Firefox, Geckodriver, and build tools in one layer
6
RUN apt-get update \
0 commit comments