Merge pull request #30 from ThePhaseless/renovate/python-3.x

Update python Docker tag to v3.13
This commit is contained in:
Jakub Orchowski 2024-11-30 14:26:22 +01:00 committed by GitHub
commit 6d52d79d41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb

View File

@ -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/ # Inspired by https://github.com/Hudrolax/uc-docker-alpine/