Compare commits

..

2 commits

Author SHA1 Message Date
2413fd0f96 Merge pull request 'Update dependency google/cadvisor to v0.52.1' (#69) from renovate/cadvisor into main
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Has been cancelled
Reviewed-on: #69
2025-03-11 22:18:50 +00:00
136acc6708 Update dependency google/cadvisor to v0.52.1 2025-03-05 03:00:13 +00:00
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.52.1
spcodes/cadvisor:latest
cr.sp-codes.de/sp-codes/cadvisor:v0.49.1
cr.sp-codes.de/sp-codes/cadvisor:v0.52.1
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.52.1"
WORKDIR $GOPATH/src/github.com/google/cadvisor