From da55c7eb36a9d899f12596511bde2ceb6e6c6f47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 14:46:36 +0000 Subject: [PATCH] fix: vendor/k8s.io/client-go/examples/in-cluster-client-configuration/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210099 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- .../examples/in-cluster-client-configuration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/k8s.io/client-go/examples/in-cluster-client-configuration/Dockerfile b/vendor/k8s.io/client-go/examples/in-cluster-client-configuration/Dockerfile index d0cc281a..168efcef 100644 --- a/vendor/k8s.io/client-go/examples/in-cluster-client-configuration/Dockerfile +++ b/vendor/k8s.io/client-go/examples/in-cluster-client-configuration/Dockerfile @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian +FROM debian:12 COPY ./app /app ENTRYPOINT /app