We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc5d48 commit f13127fCopy full SHA for f13127f
Dockerfile
@@ -305,7 +305,7 @@ RUN wget ${WGET_DEFAULT_FLAGS} \
305
306
# Install Kyverno CLI
307
# https://github.com/kyverno/kyverno/releases
308
-ENV KYVERNOCTL_VERSION=1.15.1
+ENV KYVERNOCTL_VERSION=1.16.1
309
RUN case "${TARGETARCH}" in \
310
amd64) KYVERNO_ARCH="x86_64" ;; \
311
arm64) KYVERNO_ARCH="arm64" ;; \
0 commit comments