From 0772eed69c1fc4fef8d189d499dd1fe629ac496a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Oct 2023 15:39:18 +0000 Subject: [PATCH] fix: cmd/kubeapps-apis/plugins/fluxv2/packages/v1alpha1/testdata/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-5955037 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-5955037 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 --- .../plugins/fluxv2/packages/v1alpha1/testdata/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeapps-apis/plugins/fluxv2/packages/v1alpha1/testdata/Dockerfile b/cmd/kubeapps-apis/plugins/fluxv2/packages/v1alpha1/testdata/Dockerfile index 8e5081750d7..813e9dfd8c8 100644 --- a/cmd/kubeapps-apis/plugins/fluxv2/packages/v1alpha1/testdata/Dockerfile +++ b/cmd/kubeapps-apis/plugins/fluxv2/packages/v1alpha1/testdata/Dockerfile @@ -3,7 +3,7 @@ # this Dockerfile is for building a docker image for a pod that can be deployed into a k8s cluster # that serves some of the content of test-data (index.yaml, charts .tgz) -FROM nginx:1.23.1 +FROM nginx:1.25.2 COPY ./nginx.conf /etc/nginx/nginx.conf # only has a single user: foo, password: bar