Browse Source

Merge pull request #1449 from ciaby/master

Update to Alpine 3.13, update iptables to 1.8.6, fixes #1408
Rajat Chopra 3 years ago
parent
commit
0b3e172a08
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