From eb85554f0ca41d3fcd425bbe033fc3b8c87c4226 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2025 07:23:05 +0000 Subject: [PATCH] fix: images/mkdocs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 --- images/mkdocs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/mkdocs/Dockerfile b/images/mkdocs/Dockerfile index 23f163b8c9ee5..c193c9bbaa9ed 100644 --- a/images/mkdocs/Dockerfile +++ b/images/mkdocs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.16 +FROM alpine:3.21.3 RUN apk add --no-cache \ bash \