We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b3d3b commit 432fb4eCopy full SHA for 432fb4e
1 file changed
Dockerfile
@@ -21,7 +21,7 @@ RUN mkdir build && cd build && \
21
make && \
22
make install
23
24
-FROM gcr.io/distroless/base-debian13
+FROM debian:trixie-slim
25
26
WORKDIR /mgconsole
27
0 commit comments