diff --git a/Dockerfile b/Dockerfile index 3e7a439..f2ae83f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -FROM debian:buster-slim as builder +FROM debian:bullseye-slim as builder RUN mkdir -p /output/bindep RUN apt-get update && apt-get install -y python3-pip git && pip3 install bindep @@ -25,7 +25,7 @@ RUN cd /src \ && make \ && make install -FROM debian:buster-slim +FROM debian:bullseye-slim COPY --from=builder /output/bindep/run.txt /run.txt RUN apt-get update \