Skip to content

Commit 1bc75a4

Browse files
committed
bump alpine to v3.21
Signed-off-by: Robin Hahling <[email protected]>
1 parent 1b7b2f8 commit 1bc75a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

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

Makefile

+2-2
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.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
2929

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

0 commit comments

Comments
 (0)