Skip to content

Commit

Permalink
update Docker image from Buster to Bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jun 5, 2022
1 parent a9dd684 commit c05790d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-20220527
FROM debian:bullseye

ARG build_date
ARG repo_url
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN apt-get update && \
zlib1g zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install iperf3 matplotlib scipy wheel libnl3
RUN pip3 install iperf3 matplotlib wheel libnl3

COPY . /app

Expand Down

0 comments on commit c05790d

Please sign in to comment.