diff --git a/images/iperf3/Makefile b/images/iperf3/Makefile index 558e8fc58..2da13dd2c 100644 --- a/images/iperf3/Makefile +++ b/images/iperf3/Makefile @@ -5,13 +5,13 @@ ARCH ?= amd64 TEMP_DIR := $(shell mktemp -d) ifeq ($(ARCH),amd64) - BASEIMAGE=alpine:3.12 + BASEIMAGE=alpine:3.13 endif ifeq ($(ARCH),arm64) - BASEIMAGE=aarch64/alpine:3.12 + BASEIMAGE=aarch64/alpine:3.13 endif ifeq ($(ARCH),ppc64le) - BASEIMAGE=ppc64le/alpine:3.12 + BASEIMAGE=ppc64le/alpine:3.13 endif all: container