From 19b9348ae706a112773b2bd671ef2a88ed88ead5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:59:43 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- .devcontainer/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/