From 634efa99c84d1ce199596515392a8b650e2f42ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jul 2024 18:02:53 +0000 Subject: [PATCH] fix: hack/api-docs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 --- hack/api-docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/api-docs/Dockerfile b/hack/api-docs/Dockerfile index 37c32326f39..f7e28480b30 100644 --- a/hack/api-docs/Dockerfile +++ b/hack/api-docs/Dockerfile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.11 +FROM alpine:3.19 COPY requirements.txt / RUN apk add -U --no-cache \ python3 \