chore: update k9s version to 0.32.5

This commit is contained in:
Anton Livaja 2024-10-17 09:57:33 -04:00
parent 0356639e9a
commit fe952242c8

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=0.32.3
ENV SRC_HASH=1b22781ff5f1f5ab0f8c831fe68609411627406198b7de71ac5ea80b7100700e
ENV VERSION=0.32.5
ENV SRC_HASH=e011697b3de99d7691119036eaae6e5d4f1a98e284755ab6b15ae6daba08595f
ENV SRC_FILE=v${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/derailed/k9s/archive/refs/tags/${SRC_FILE}
ENV GOPATH=/cache/go