Update golang Docker tag to v1.24.2

This commit is contained in:
Renovate Bot 2025-04-01 18:00:18 +00:00
parent 62450681b4
commit 0bbad040eb

View file

@ -1,5 +1,5 @@
# STEP 1 build executable binary
FROM golang:1.24.1-alpine AS builder
FROM golang:1.24.2-alpine AS builder
ENV CADVISOR_VERSION="v0.52.1"