diff --git a/Dockerfile b/Dockerfile index 8a7d4d5..1d06ac6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.14.5-slim-trixie +FROM python:3.14.6-slim-trixie LABEL org.opencontainers.image.source="https://github.com/SASlabgroup/microSWIFT-Dashboard"