This commit is contained in:
2023-09-17 11:47:39 +03:00
parent 467dd29258
commit 76aa8f4ff4

View File

@@ -46,7 +46,7 @@ RUN cmake -Dclient=OFF -DCMAKE_BUILD_TYPE=Release -Dgrpc=ON .. || \
RUN make -j $(nproc)
# Clean distribution stage
FROM ubuntu:focal as prod
FROM debian:buster-slim as prod
ARG DEBIAN_FRONTEND=noninteractive