chore: bump Dockerfile to latest python release

This commit is contained in:
Matthias
2025-12-23 07:01:50 +01:00
parent 9baa6eebbe
commit 931cd2e7ba
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.13.8-slim-bookworm AS base FROM python:3.13.11-slim-bookworm AS base
# Setup env # Setup env
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8

View File

@@ -1,4 +1,4 @@
FROM python:3.11.13-slim-bookworm AS base FROM python:3.11.14-slim-bookworm AS base
# Setup env # Setup env
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8