瀏覽代碼

Merge pull request #1449 from ciaby/master

Update to Alpine 3.13, update iptables to 1.8.6, fixes #1408
Rajat Chopra 3 年之前
父節點
當前提交
0b3e172a08
共有 1 個文件被更改,包括 3 次插入3 次删除
  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