diff --git a/Dockerfile b/Dockerfile index 3fa2954..661b2c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY src/frontend/ ./ RUN npm run build # Use python-slim as the base image -FROM python:3.14.6-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 AS base +FROM python:3.14.6-slim@sha256:d3400aa122fa42cf0af0dbe8ec3091b047eac5c8f7e3539f7135e86d855dc015 AS base COPY --from=ghcr.io/astral-sh/uv:0.11.3@sha256:90bbb3c16635e9627f49eec6539f956d70746c409209041800a0280b93152823 /uv /uvx /bin/