diff --git a/infra/mlflow/Dockerfile b/infra/mlflow/Dockerfile index b5f0703..483df68 100644 --- a/infra/mlflow/Dockerfile +++ b/infra/mlflow/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.11@sha256:10c699f1b6c8bdc8f6b4ce8974855dd8542f1768c26eb240237b8f1c9c6c9976 # --8<-- [start:base-images] -FROM ghcr.io/astral-sh/uv:0.12.0@sha256:606e70c71c852d03f611b1e56a195d08648507018a7057fab82c4974c4eae105 AS uv +FROM ghcr.io/astral-sh/uv:0.12.2@sha256:069a51314a7bb6031777a9273205fe1b0b19e914ef418207d1338b268df641dd AS uv FROM python:3.13.14-slim-trixie@sha256:6771159cd4fa5d9bba1258caf0b82e6b73458c694d178ad97c5e925c2d0e1a91 AS build # --8<-- [end:base-images]