diff --git a/Dockerfile b/Dockerfile index 954abe5..4424da8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # quantcortex application image (Python 3.11). -FROM python:3.11-slim-bookworm@sha256:721dc13fd1be0a771e54b72097634291d628d0007dee9da777e2ce676a9c998f +FROM python:3.11-slim-bookworm@sha256:f5cf0344c9886ff24d34797578d5d7dd6e8911ae0fe5962bb55d0f89603ec361 ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \