From ef7f7476abe63f5ab83ad7473ad819d2a3951458 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Apr 2022 01:28:16 +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-DEBIAN11-GZIP-2444256 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-XZUTILS-2444276 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-2433933 --- .../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 d0cc281a78..b6bb524352 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:11 COPY ./app /app ENTRYPOINT /app