From 8e6fada50fe929aff5b7865196f3ce7b7de42040 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jul 2024 08:27:28 +0000 Subject: [PATCH] fix: docs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3188632 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3188632 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314647 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314647 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314660 --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index dbb36341..12d8149c 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17.0 +FROM alpine:3 RUN \ apk --update add build-base git graphviz libffi-dev libxml2-dev libxslt-dev \