Actor: Switching Docker to python:3.11-slim-bookworm

Signed-off-by: Václav Vančura <commit@vancura.dev>
This commit is contained in:
Václav Vančura 2025-01-22 12:01:04 +01:00 committed by Adam Kliment
parent 67e1129365
commit ae491b0516

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.11-slim-bookworm
RUN apt-get update && apt-get install -y file procps curl gpg