Update dependency google/cadvisor to v0.49.1

This commit is contained in:
Renovate Bot 2024-03-02 22:00:14 +00:00
parent 063930ccb3
commit 43c6c2b3af
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# STEP 1 build executable binary
FROM golang:1.17.3-alpine3.13 AS builder
ENV CADVISOR_VERSION="v0.47.2"
ENV CADVISOR_VERSION="v0.49.1"
WORKDIR $GOPATH/src/github.com/google/cadvisor