We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 833eb9d + c661800 commit 2c3b8fbCopy full SHA for 2c3b8fb
changelog/v1.18.0-beta35/bump-kubectl-image.yaml
@@ -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,6 +1,6 @@
ARG BASE_IMAGE
-FROM bitnami/kubectl:1.29.6 as kubectl
+FROM bitnami/kubectl:1.31.1 as kubectl
FROM $BASE_IMAGE
jobs/kubectl/Dockerfile.distroless
0 commit comments