Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containers/mcpchecker/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN git clone --depth 1 https://github.com/mcpchecker/mcpchecker.git .
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /mcpchecker ./cmd/mcpchecker

# Stage 2: Runtime image with Python and mcpchecker
FROM registry.access.redhat.com/ubi9/python-311:9.6
FROM registry.access.redhat.com/ubi9/python-311:9.8-1779945715

USER root

Expand Down
Loading