diff --git a/Dockerfile b/Dockerfile index 718dc12c..847c109d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN cd /code/static && npm ci FROM --platform=linux/amd64 ubuntu:22.04 ARG UV_VERSION="0.7.13" -ARG UV_HASH="560bb64e060354e45138d7dd47c8dd48a4f7a349af5520d29cd3c704e79f286c" +ARG UV_HASH="909278eb197c5ed0e9b5f16317d1255270d1f9ea4196e7179ce934d48c4c2545" # Keeps Python from generating .pyc files in the container ENV PYTHONDONTWRITEBYTECODE=1