Dockerfile: change Alpine pkg CDN

The current Alpine package CDN is timing out for aarch64. This commit
updates it to another mirror. This commit also changes the channel
Alpine channel from edge to v3.12. Note: the Dockerfile overrides the
Alpine CDN settings to ensure that a mirror with support for TLS is
used.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2020-06-03 20:09:50 +02:00
parent 82c819659d
commit ddab6930d8
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ OPENAPI_GEN_BINARY := bin/openapi-gen
GOLINT_BINARY := bin/golint
BUILD_IMAGE ?= golang:1.14.2-alpine
BASE_IMAGE ?= alpine:3.11
BASE_IMAGE ?= alpine:3.12
build: $(BINS)