Update dependency google/cadvisor to v0.49.2

This commit is contained in:
Renovate Bot 2024-12-10 01:00:14 +00:00
parent a84fa326cb
commit 86eb5e7474
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
spcodes/cadvisor:v0.49.1
spcodes/cadvisor:v0.49.2
spcodes/cadvisor:latest
cr.sp-codes.de/sp-codes/cadvisor:v0.49.1
cr.sp-codes.de/sp-codes/cadvisor:v0.49.2
cr.sp-codes.de/sp-codes/cadvisor:latest

View file

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