Skip to content

Commit b5ba160

Browse files
renovate[bot]aditighag
authored andcommitted
chore(deps): update golang to v1.22.5
Signed-off-by: renovate[bot] <[email protected]>
1 parent 3eb5bed commit b5ba160

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
WORKDIR /go/src/github.com/cilium/hubble
33
RUN apk add --no-cache git make
44
COPY . .

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RENOVATE_GITHUB_COM_TOKEN ?= $(shell gh auth token)
2424
TEST_TIMEOUT ?= 5s
2525

2626
# 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
2929

3030
# Add the ability to override variables
3131
-include Makefile.override

0 commit comments

Comments
 (0)