From 88b57fb55415371c0a6c9da0e012c5b551185738 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Oct 2025 10:50:19 +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 - https://snyk.io/vuln/SNYK-ALPINE316-MUSL-8720632 - https://snyk.io/vuln/SNYK-ALPINE316-MUSL-8720632 --- images/mkdocs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/mkdocs/Dockerfile b/images/mkdocs/Dockerfile index 23f163b8c9ee5..096d2dc299701 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.22.2 RUN apk add --no-cache \ bash \