Skip to content

Commit 900d0da

Browse files
committed
chore: Change base image to sysdig-mini-ubi9
1 parent 7ea3d0d commit 900d0da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ RUN uv build
1616
RUN mv ./dist/sysdig_mcp_server-*.tar.gz /tmp/sysdig_mcp_server.tar.gz
1717

1818
# Final image with UBI
19-
FROM quay.io/sysdig/sysdig-ubi:1
19+
FROM quay.io/sysdig/sysdig-mini-ubi9:1
2020

2121
# Install Python 3.12 and git
22-
RUN dnf update -y && \
23-
dnf install -y python3.12 python3.12-pip git && \
24-
dnf clean all
22+
RUN microdnf update -y && \
23+
microdnf install -y python3.12 python3.12-pip git && \
24+
microdnf clean all
2525

2626
# Create a non-root user
2727
RUN useradd -u 1001 -m appuser

0 commit comments

Comments
 (0)