Update nginx image and Go to 1.13.4 (#4785)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-11-29 15:20:18 -03:00 committed by GitHub
parent 60fc37d0e2
commit 46953ccb4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 11 deletions

View file

@ -9,9 +9,9 @@ all: docker-build docker-push
docker-build:
$(DOCKER) build \
--pull \
--build-arg K8S_RELEASE=v1.15.3 \
--build-arg K8S_RELEASE=v1.16.3 \
--build-arg ETCD_VERSION=v3.3.15 \
--build-arg KIND_VERSION=v0.5.1 \
--build-arg KIND_VERSION=v0.6.0 \
-t $(IMAGE):$(TAG) .
docker-push: