We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98ebca commit edf4e87Copy full SHA for edf4e87
‎Dockerfile
@@ -58,8 +58,8 @@ RUN \
58
goreleaser -v
59
60
# install ko
61
-ARG KO_VERSION=v0.15.4
62
-ARG KO_SHA=511c88351d061cd510900376ae4731dfd916ca39c1cc7de5fc6f2b5cbde2007c
+ARG KO_VERSION=v0.16.0
+ARG KO_SHA=aee2caeced511e60c6889a4cfaf9ebe28ec35acb49531b7a90b09e0a963bcff7
63
RUN \
64
KO_DOWNLOAD_FILE=ko_${KO_VERSION#v}_Linux_x86_64.tar.gz && \
65
KO_DOWNLOAD_URL=https://github.com/ko-build/ko/releases/download/${KO_VERSION}/${KO_DOWNLOAD_FILE} && \
0 commit comments