Skip to content

Commit a16ece6

Browse files
Update python Docker tag to v3.14
1 parent dd77f43 commit a16ece6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/container/templates/uvx.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim AS builder
1+
FROM python:3.14-slim AS builder
22

33
{{if .CACertContent}}
44
# Add custom CA certificate BEFORE any network operations
@@ -56,7 +56,7 @@ RUN package="{{.MCPPackage}}"; \
5656
{{end}}
5757

5858
# Final stage - runtime image with pre-installed packages
59-
FROM python:3.13-slim
59+
FROM python:3.14-slim
6060

6161
{{if .CACertContent}}
6262
# Add custom CA certificate for runtime

0 commit comments

Comments
 (0)