File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM docker.io/library/golang:1.23.4-alpine3.19 @sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84 as builder
1
+ FROM docker.io/library/golang:1.23.4-alpine3.21 @sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812 AS builder
2
2
WORKDIR /go/src/github.com/cilium/hubble
3
3
RUN apk add --no-cache git make
4
4
COPY . .
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ RENOVATE_GITHUB_COM_TOKEN ?= $(shell gh auth token)
24
24
TEST_TIMEOUT ?= 5s
25
25
26
26
# renovate: datasource=docker depName=library/golang
27
- GOLANG_IMAGE_VERSION = 1.23.4-alpine3.19
28
- GOLANG_IMAGE_SHA = sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84
27
+ GOLANG_IMAGE_VERSION = 1.23.4-alpine3.21
28
+ GOLANG_IMAGE_SHA = sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812
29
29
30
30
# Add the ability to override variables
31
31
-include Makefile.override
You can’t perform that action at this time.
0 commit comments