Skip to content

Commit

Permalink
Update Dockerfile to iperf3 3.13-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
frauhottelmann authored May 21, 2023
1 parent e63d84f commit 6a7dd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV \
PACKAGE="${PACKAGE}" \
VERSION="${VERSION}"

RUN apk add --no-cache iperf3=3.12-r0 \
RUN apk add --no-cache iperf3=3.13-r1 \
&& adduser -S iperf

USER iperf
Expand Down

0 comments on commit 6a7dd42

Please sign in to comment.