Skip to content

Commit 707f486

Browse files
chore(docker): Update docker services
1 parent 8fa0725 commit 707f486

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/python-audio-analyzer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# syntax=docker/dockerfile:1
22
# Multi-stage build for Python audio analyzer
33
# Use specific version for security
4-
FROM python:3.13-slim AS base
4+
FROM python:3.14-slim AS base
55

6-
COPY --from=ghcr.io/astral-sh/uv:0.11.16 /uv /uvx /bin/
6+
COPY --from=ghcr.io/astral-sh/uv:0.11.31 /uv /uvx /bin/
77

88
# Set environment variables
99
ENV PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)