We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c97fef commit a30ce08Copy full SHA for a30ce08
Dockerfile
@@ -7,7 +7,7 @@
7
# docker inspect --format "{{ .NetworkSettings.IPAddress }}" iperf3-srv
8
# docker run -it --rm networkstatic/iperf3 -c <SERVER_IP>
9
#
10
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
11
MAINTAINER Brent Salisbury <brent.salisbury@gmail.com>
12
# install binary and remove cache
13
RUN apt-get update \
0 commit comments