Update dependency google/cadvisor to v0.39.3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2022-01-06 05:00:19 +00:00
parent 6cf35baf46
commit 1dd17fda24
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@sha256:33c95bc78fa434bae90c45d04e5a02612492acbb7118f35538a56ee0646c1bb7 AS builder
ENV CADVISOR_VERSION="v0.38.8"
ENV CADVISOR_VERSION="v0.39.3"
WORKDIR $GOPATH/src/github.com/google/cadvisor