Update golang Docker tag to v1.23.3 #68

Open
renovate-bot wants to merge 1 commit from renovate/docker-images into main
Showing only changes of commit f0c641b5f3 - Show all commits

View file

@ -1,5 +1,5 @@
# STEP 1 build executable binary # STEP 1 build executable binary
FROM golang:1.23.1-alpine AS builder FROM golang:1.23.3-alpine AS builder
ENV CADVISOR_VERSION="v0.49.1" ENV CADVISOR_VERSION="v0.49.1"