Skip to content

Commit

Permalink
Update test images to alpine 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaby authored and luthermonson committed Oct 11, 2021
1 parent bee29d0 commit ce7aa36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/iperf3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce7aa36

Please sign in to comment.