Update nginx image and Go to 1.13.4 (#4785)
This commit is contained in:
parent
60fc37d0e2
commit
46953ccb4d
6 changed files with 10 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue