1 parent b148280 commit 4ac3020Copy full SHA for 4ac3020
1 file changed
apps/python-audio-analyzer/Dockerfile
@@ -1,9 +1,9 @@
1
# syntax=docker/dockerfile:1
2
# Multi-stage build for Python audio analyzer
3
# Use specific version for security
4
-FROM python:3.13-slim AS base
+FROM python:3.14-slim AS base
5
6
-COPY --from=ghcr.io/astral-sh/uv:0.11.16 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.11.32 /uv /uvx /bin/
7
8
# Set environment variables
9
ENV PYTHONUNBUFFERED=1 \
0 commit comments