diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ec5c871..b526036 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-bullseye +FROM python:3.13-bullseye RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb diff --git a/Dockerfile b/Dockerfile index ba5db89..1b42218 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye +FROM python:3.13-slim-bullseye # Inspired by https://github.com/Hudrolax/uc-docker-alpine/