File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ ENV WORKDIR=/app
5
5
WORKDIR ${WORKDIR}
6
6
7
7
RUN apk add --update --no-cache make
8
+ RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
9
+ RUN apk upgrade --update --no-cache --available # FIX CVE-2024-5535 CVE-2024-4741
8
10
9
11
# ##############################################################################
10
12
FROM base AS lint
@@ -92,6 +94,8 @@ CMD ["make", "test"]
92
94
# # WORKDIR and USER are maintained
93
95
# #
94
96
FROM eclipse-temurin:22.0.1_8-jre-alpine AS production
97
+ RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
98
+ RUN apk upgrade --update --no-cache --available # FIX CVE-2024-5535 CVE-2024-4741
95
99
96
100
ENV LOG_LEVEL=INFO
97
101
ENV BRUTEFORCE=false
You can’t perform that action at this time.
0 commit comments