bump ziti cli image version

This commit is contained in:
Kenneth Bingham 2023-04-07 15:40:40 -04:00
parent cf38922154
commit 5d463cc9e5
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -1,5 +1,5 @@
# this builds docker.io/openziti/zrok
FROM docker.io/openziti/ziti-cli:0.27.7
FROM docker.io/openziti/ziti-cli:0.27.8
# 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.