Skip to content

Commit 3de924b

Browse files
committed
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-OPENSSL-2426332 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452
1 parent dd17760 commit 3de924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/bash/Dockerfile.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.12.0
1+
FROM alpine:3.23.3
22

33
RUN apk add --update --no-cache curl ca-certificates bash bash-completion zsh curl git vim ncurses util-linux
44

0 commit comments

Comments
 (0)