Skip to content

Commit 14c672b

Browse files
committed
FIX: patch CVE-2025-68121
1 parent e8bb9da commit 14c672b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang AS builder
1+
FROM golang:1.26 AS builder
22

33
RUN apt-get update && \
44
dpkg --add-architecture arm64 &&\

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/bitnami-labs/kubewatch
22

3-
go 1.24.0
4-
5-
toolchain go1.24.3
3+
go 1.26.0
64

75
require (
86
github.com/fatih/structtag v1.2.0

0 commit comments

Comments
 (0)