From 7b179f2abcc38ee8fe5d54c5c5b7ab813ee41e79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Dec 2024 02:31:22 +0000 Subject: [PATCH] fix: modules/openapi-generator/src/main/resources/bash/Dockerfile.mustache to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1246338 --- .../src/main/resources/bash/Dockerfile.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/bash/Dockerfile.mustache b/modules/openapi-generator/src/main/resources/bash/Dockerfile.mustache index aee05a87bd5d..6f5564915fa4 100644 --- a/modules/openapi-generator/src/main/resources/bash/Dockerfile.mustache +++ b/modules/openapi-generator/src/main/resources/bash/Dockerfile.mustache @@ -1,4 +1,4 @@ -FROM alpine:3.12.0 +FROM alpine:3.21.0 RUN apk add --update --no-cache curl ca-certificates bash bash-completion zsh curl git vim ncurses util-linux