We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b3d3b commit 94efde4Copy full SHA for 94efde4
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 gcr.io/distroless/base-debian13:debug
25
26
WORKDIR /mgconsole
27
0 commit comments