Kept bookworm as Python base

This commit is contained in:
Roger Gonzalez 2024-02-20 15:20:42 -03:00
parent 93ca38c9c7
commit 31662a4cf2
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -1,4 +1,4 @@
FROM python:3.11.0-slim-bullseye FROM python:3.11-slim-bookworm
RUN apt-get update && \ RUN apt-get update && \
apt-get upgrade -y && \ apt-get upgrade -y && \