diff --git a/Admin UI/Dockerfile b/Admin UI/Dockerfile index d6a05fb..e0eec59 100644 --- a/Admin UI/Dockerfile +++ b/Admin UI/Dockerfile @@ -5,7 +5,7 @@ # (adds a BusyBox shell). Never push the debug variant. # --- builder --------------------------------------------------------------- -FROM python:3.12-slim@sha256:423ed6ab25b1921a477529254bfeeabf5855151dc2c3141699a1bfc852199fbf AS builder +FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 AS builder WORKDIR /app COPY requirements.txt ./requirements.txt RUN pip install --no-cache-dir -r requirements.txt