Bump Docker Python version from 3.11.7 to 3.11.8

This commit is contained in:
Matthias 2024-02-25 15:17:42 +01:00
parent e2d3774b07
commit d80ed7e33c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11.7-slim-bookworm as base FROM python:3.11.8-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.7-slim-bookworm as base FROM python:3.11.8-slim-bookworm as base
# Setup env # Setup env
ENV LANG C.UTF-8 ENV LANG C.UTF-8