Browse Source

Update test images to alpine 3.13

ciaby 3 years ago
parent
commit
90a3d4a537
1 changed files with 3 additions and 3 deletions
  1. 3 3
      images/iperf3/Makefile

+ 3 - 3
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