Merge branch 'main' into v0.4.0

This commit is contained in:
Michael Quigley 2023-04-17 11:54:59 -04:00
commit f4b7934a75
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -1,5 +1,5 @@
# this builds docker.io/openziti/zrok
FROM docker.io/openziti/ziti-cli:0.27.8
FROM docker.io/openziti/ziti-cli:0.27.9
# This build stage grabs artifacts that are copied into the final image.
# It uses the same base as the final image to maximize docker cache hits.