diff --git a/Dockerfile b/Dockerfile index 1fafc67ea8d9ebf23fa1607941e8c604a765376a..3a8ce8040a85aead54e0aa3a53c098474aef9738 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bullseye +FROM python:3.11-slim-bookworm RUN apt-get update && apt-get upgrade -y && \ apt-get install -y curl && \