Update sonobuoy kube-conformance docker images
[validation.git] / docker / k8s / Dockerfile
index 3296fdf..37baf3f 100644 (file)
@@ -21,7 +21,7 @@ FROM golang:alpine3.10 as build
 # minor versions before.
 ARG SB_TAG=v0.16.1
 # Determine the latest stable git tag at build time based on stable major version
-ARG K8S_VER=1.16
+ARG K8S_VER=1.18
 
 # Install dependencies
 COPY pip-requirements.txt /wheels/requirements/pip-requirements.txt