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
committed by Joe Schr
parent 74f01c4374
commit 1620c1edda
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
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
ENV LANG C.UTF-8