diff --git a/Dockerfile b/Dockerfile index 5df71c34..9c8549d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-bookworm +FROM python:3.11.6-bookworm RUN apt-get update -y RUN apt-get install -y build-essential WORKDIR /code