Browse Source

Update test images to alpine 3.13

ciaby 3 năm trước cách đây
mục cha
commit
90a3d4a537
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      images/iperf3/Makefile

+ 3 - 3
images/iperf3/Makefile

@@ -5,13 +5,13 @@ ARCH ?= amd64
 TEMP_DIR := $(shell mktemp -d)
 TEMP_DIR := $(shell mktemp -d)
 
 
 ifeq ($(ARCH),amd64)
 ifeq ($(ARCH),amd64)
-        BASEIMAGE=alpine:3.12
+        BASEIMAGE=alpine:3.13
 endif
 endif
 ifeq ($(ARCH),arm64)
 ifeq ($(ARCH),arm64)
-	BASEIMAGE=aarch64/alpine:3.12
+	BASEIMAGE=aarch64/alpine:3.13
 endif
 endif
 ifeq ($(ARCH),ppc64le)
 ifeq ($(ARCH),ppc64le)
-	BASEIMAGE=ppc64le/alpine:3.12
+	BASEIMAGE=ppc64le/alpine:3.13
 endif
 endif
 
 
 all: container
 all: container