Skip to content

Commit 2c3b8fb

Browse files
authored
Merge pull request #10351 from solo-io/bump-kubectl-image
Bump kubectl to match the k8s deps in go.mod
2 parents 833eb9d + c661800 commit 2c3b8fb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
- type: FIX
3+
issueLink: https://github.com/solo-io/gloo-mesh-enterprise/issues/19119
4+
resolvesIssue: false
5+
description: >-
6+
Bump the kubectl image from 1.29.6 to to 1.31.1 to address CVE-2023-45288.

jobs/kubectl/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_IMAGE
22

3-
FROM bitnami/kubectl:1.29.6 as kubectl
3+
FROM bitnami/kubectl:1.31.1 as kubectl
44

55
FROM $BASE_IMAGE
66

jobs/kubectl/Dockerfile.distroless

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_IMAGE
22

3-
FROM bitnami/kubectl:1.29.6 as kubectl
3+
FROM bitnami/kubectl:1.31.1 as kubectl
44

55
FROM $BASE_IMAGE
66

0 commit comments

Comments
 (0)