From e7a5bec5c72be7c6800efa5df624686213882a94 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 25 Apr 2019 16:02:03 -0400 Subject: [PATCH] Release custom error pages image v0.4 [skip-ci] (#4042) --- images/custom-error-pages/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/custom-error-pages/Makefile b/images/custom-error-pages/Makefile index a351ab1c5..c816add8c 100644 --- a/images/custom-error-pages/Makefile +++ b/images/custom-error-pages/Makefile @@ -3,7 +3,7 @@ all: all-container BUILDTAGS= # Use the 0.0 tag for testing, it shouldn't clobber any release builds -TAG?=0.3 +TAG?=0.4 REGISTRY?=quay.io/kubernetes-ingress-controller GOOS?=linux DOCKER?=docker @@ -26,11 +26,11 @@ ARCH ?= $(shell go env GOARCH) GOARCH = ${ARCH} DUMB_ARCH = ${ARCH} -BASEIMAGE?=alpine:3.7 +BASEIMAGE?=alpine:3.9 ALL_ARCH = amd64 arm arm64 ppc64le -QEMUVERSION=v2.12.0-1 +QEMUVERSION=v3.0.0 IMGNAME = custom-error-pages IMAGE = $(REGISTRY)/$(IMGNAME)