File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM docker.io/library/golang:1.22.4 -alpine3.19@sha256:c46c4609d3cc74a149347161fc277e11516f523fd8aa6347c9631527da0b7a56 as builder
1
+ FROM docker.io/library/golang:1.22.5 -alpine3.19@sha256:0642d4f809abf039440540de1f0e83502401686e3946ed8e7398a1d94648aa6d 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.22.4 -alpine3.19
28
- GOLANG_IMAGE_SHA = sha256:c46c4609d3cc74a149347161fc277e11516f523fd8aa6347c9631527da0b7a56
27
+ GOLANG_IMAGE_VERSION = 1.22.5 -alpine3.19
28
+ GOLANG_IMAGE_SHA = sha256:0642d4f809abf039440540de1f0e83502401686e3946ed8e7398a1d94648aa6d
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