Skip to content

Commit 89eeb4e

Browse files
chore(docker): Update python Docker tag to v3.14
1 parent 4791549 commit 89eeb4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/python-audio-analyzer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

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

0 commit comments

Comments
 (0)