Skip to content

Commit 432fb4e

Browse files
committed
Add shell/bash to Dockerfile
1 parent c8b3d3b commit 432fb4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN mkdir build && cd build && \
2121
make && \
2222
make install
2323

24-
FROM gcr.io/distroless/base-debian13
24+
FROM debian:trixie-slim
2525

2626
WORKDIR /mgconsole
2727

0 commit comments

Comments
 (0)