Skip to content

Commit

Permalink
Alpine 3.18.4 and iperf 3.14-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frauhottelmann authored Nov 18, 2023
1 parent 6a7dd42 commit ce72c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.18.0
FROM alpine:3.18.4

ARG APPLICATION="docker-iperf3"
ARG BUILD_RFC3339="1970-01-01T00:00:00Z"
ARG REVISION="local"
ARG DESCRIPTION="Alpine iperf3 in a Docker container"
ARG PACKAGE="frauhottelmann/docker-iperf3"
ARG VERSION="3.12-r0"
ARG VERSION="3.14-r0"

STOPSIGNAL SIGKILL

Expand All @@ -28,7 +28,7 @@ ENV \
PACKAGE="${PACKAGE}" \
VERSION="${VERSION}"

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

USER iperf
Expand Down

0 comments on commit ce72c9f

Please sign in to comment.