We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd77f43 commit a16ece6Copy full SHA for a16ece6
pkg/container/templates/uvx.tmpl
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim AS builder
+FROM python:3.14-slim AS builder
2
3
{{if .CACertContent}}
4
# Add custom CA certificate BEFORE any network operations
@@ -56,7 +56,7 @@ RUN package="{{.MCPPackage}}"; \
56
{{end}}
57
58
# Final stage - runtime image with pre-installed packages
59
-FROM python:3.13-slim
+FROM python:3.14-slim
60
61
62
# Add custom CA certificate for runtime
0 commit comments