Skip to content

Commit 252552c

Browse files
authored
Merge pull request #43 from eifrach/change_baseimage
change container
2 parents fc120e3 + 853486d commit 252552c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.12

Containerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM registry.access.redhat.com/ubi9/python-311
1+
FROM ghcr.io/astral-sh/uv:alpine
22

33
# Set default MCP transport if not provided
44
ENV MCP_TRANSPORT=stdio
55

6-
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
6+
# Install Python 3.11 and required build dependencies
7+
RUN apk add --no-cache python3 python3-dev py3-pip build-base
78

89
# Copy project files to user's home directory (no permission issues)
910
COPY pyproject.toml ./

0 commit comments

Comments
 (0)