From fbd7ce11ae4d83a11442ce20f21dfe546d2c3c3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 20:31:14 +0000 Subject: [PATCH] fix: staging/src/k8s.io/kubectl/docs/book/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-NGHTTP2-5953379 --- staging/src/k8s.io/kubectl/docs/book/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubectl/docs/book/Dockerfile b/staging/src/k8s.io/kubectl/docs/book/Dockerfile index 62d7586dc8c95..c85c595967d59 100644 --- a/staging/src/k8s.io/kubectl/docs/book/Dockerfile +++ b/staging/src/k8s.io/kubectl/docs/book/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7 +FROM python:3.12.5 EXPOSE 4000 RUN curl -sL https://deb.nodesource.com/setup_11.x | bash