Skip to content

Commit

Permalink
chore(deps): bump metrics version to v0.6.4
Browse files Browse the repository at this point in the history
Signed-off-by: cmontemuino <[email protected]>
  • Loading branch information
cmontemuino committed Feb 23, 2024
1 parent 67acf51 commit dd23986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -x && \
# setup the build
ARG PKG="github.com/kubernetes-incubator/metrics-server"
ARG SRC="github.com/kubernetes-sigs/metrics-server"
ARG TAG="v0.6.1"
ARG TAG="v0.6.4"
ARG ARCH="amd64"
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
WORKDIR $GOPATH/src/${PKG}
Expand Down

0 comments on commit dd23986

Please sign in to comment.