Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
frauhottelmann authored Jul 19, 2024
1 parent 63728cc commit 4b152f8
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.19.0
FROM alpine:3.20.0

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.16-r0"
ARG VERSION="3.17.1-r0"

STOPSIGNAL SIGKILL

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

RUN apk add --no-cache iperf3=3.16-r00 \
RUN apk add --no-cache iperf3=3.17.1-r0 \
&& adduser -S iperf

USER iperf
Expand Down

0 comments on commit 4b152f8

Please sign in to comment.