From 4a6b74879d96f2b9c36d60bb79deedfc6b3b58fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 20:19:44 +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-DPKG-2847942 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2807596 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808697 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808704 - https://snyk.io/vuln/SNYK-DEBIAN11-UTILLINUX-2401081 --- .../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 d0cc281a7..b6bb52435 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